Recommend this page to a friend! |
Classes of Peter Drinnan | > | Adjacency Model | > | adjacency_demo.sql | > | Download |
|
![]() |
CREATE TABLE IF NOT EXISTS `adjacency_demo_groups` ( `ID` int(6) NOT NULL AUTO_INCREMENT, `parent_id` int(6) NOT NULL DEFAULT '0', `Group_Name` varchar(255) NOT NULL DEFAULT '', `Color` varchar(25) DEFAULT NULL, `position` int(6) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=latin1; |