root/dev/install/sql/sql_tblstrct_comments.sql
@
203
Revision 160, 260 bytes (checked in by exi, 14 years ago) |
---|
Line | |
---|---|
1 | CREATE TABLE `kb3_comments` ( |
2 | `id` int(11) NOT NULL auto_increment, |
3 | `kll_id` int(11) NOT NULL, |
4 | `comment` text NOT NULL, |
5 | `name` tinytext NOT NULL, |
6 | `posttime` timestamp NOT NULL default '0000-00-00 00:00:00', |
7 | PRIMARY KEY (`id`) |
8 | ) TYPE=MyISAM; |
Note: See TracBrowser
for help on using the browser.