Changeset 10883
- Timestamp:
- Feb 26, 2009, 4:22:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/setup/sql/mysql40/install/install-2.13.6-create_tables.sql
r10882 r10883 294 294 `sort_order` int(11) NOT NULL default '0', 295 295 `c_commu_category_parent_id` int(11) NOT NULL default '0', 296 ` create_flag` tinyint(1) NOT NULL default '0',296 `is_create_commu` tinyint(1) NOT NULL default '1', 297 297 PRIMARY KEY (`c_commu_category_id`), 298 298 KEY `c_commu_category_parent_id` (`c_commu_category_parent_id`)
Note: See TracChangeset
for help on using the changeset viewer.