root/dev/install/sql/sql_tblstrct_corps.sql
@
160
Revision 160, 295 bytes (checked in by exi, 14 years ago) |
---|
Line | |
---|---|
1 | CREATE TABLE `kb3_corps` ( |
2 | `crp_id` int(11) NOT NULL auto_increment, |
3 | `crp_name` varchar(64) NOT NULL default '', |
4 | `crp_all_id` int(11) NOT NULL default '0', |
5 | `crp_trial` tinyint(4) NOT NULL default '0', |
6 | `crp_updated` datetime default NULL, |
7 | PRIMARY KEY (`crp_id`) |
8 | ) TYPE=MyISAM; |
Note: See TracBrowser
for help on using the browser.