root/dev/install/sql/sql_tblstrct_items_destroyed.sql
@
203
Revision 160, 278 bytes (checked in by exi, 14 years ago) |
---|
Line | |
---|---|
1 | CREATE TABLE `kb3_items_destroyed` ( |
2 | `itd_kll_id` int(11) NOT NULL default '0', |
3 | `itd_itm_id` int(11) NOT NULL default '0', |
4 | `itd_quantity` int(11) NOT NULL default '1', |
5 | `itd_itl_id` smallint(11) NOT NULL default '0', |
6 | KEY `itd_kll_id` (`itd_kll_id`) |
7 | ) TYPE=MyISAM; |
Note: See TracBrowser
for help on using the browser.