PHP Classes

File: demo.sql

Recommend this page to a friend!
  Classes of Yorch Ponce   V3ctor WareHouse   demo.sql   Download  
File: demo.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: V3ctor WareHouse
Store and retrieve objects in MongoDB and MySQL
Author: By
Last change:
Date: 8 years ago
Size: 177 bytes
 

Contents

Class file image Download
USE test; CREATE TABLE `demo` ( `_id` int(11) NOT NULL AUTO_INCREMENT, `r` int(11) NOT NULL, PRIMARY KEY (`_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;