Login   Register  
PHP Classes
elePHPant
Icontem

File: Example.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Peter  >  Simple MySQL Tool  >  Example.sql  >  Download  
File: Example.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple MySQL Tool
Execute common MySQL database queries
Author: By
Last change:
Date: 2014-01-14 20:16
Size: 192 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `test` (
  `a` int(11) NOT NULL,
  `b` varchar(20) NOT NULL,
  `c` int(11) NOT NULL,
  `d` varchar(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='test';