search for: gallery_key

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

2005 Dec 23
4
OO model style: inheritance
...`user_id` int(11) NOT NULL default ''0'', `gallery_id` int(11) NOT NULL default ''0'', `node_id` int(11) NOT NULL default ''0'', `title` varchar(255) NOT NULL default '''', `descr` text NOT NULL, PRIMARY KEY (`id`), KEY `gallery_key` (`gallery_id`), KEY `node_key` (`node_id`), KEY `user_key` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE `comments` ( `id` int(11) NOT NULL default ''0'', `node_id` int(11) NOT NULL default ''0'', `user_id` int(11) NOT NULL default '...