search for: node_key

Displaying 1 result from an estimated 1 matches for "node_key".

Did you mean: inode_key
2005 Dec 23
4
OO model style: inheritance
...int(11) NOT NULL auto_increment, `node_id` int(11) NOT NULL default ''0'', `user_id` int(11) NOT NULL default ''0'', `title` varchar(255) NOT NULL default '''', `descr` text NOT NULL, PRIMARY KEY (`id`), KEY `user_key` (`user_id`), KEY `node_key` (`node_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `images`; CREATE TABLE `images` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default ''0'', `gallery_id` int(11) NOT NULL default ''0'', `node_id` int(11) NOT NUL...