Posted by pligg Thu 15th Feb 2007 22:44 - Syntax is SQL - 178 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
-
CREATE TABLE pligg_modules (
-
`id` int(11) NOT NULL AUTO_INCREMENT,
-
`name` varchar(50) NOT NULL,
-
`version` float NOT NULL,
-
`folder` varchar(50) NOT NULL,
-
`enabled` tinyint(1) NOT NULL,
-
PRIMARY KEY (`id`)
-
) TYPE = MyISAM;
PermaLink to this entry https://pastebin.co.uk/10550
Posted by pligg Thu 15th Feb 2007 22:44 - Syntax is SQL - 178 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0