- Timestamp:
- 2007/11/03 00:51:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/sql/create_table_mysql.sql
r16546 r16664 1180 1180 ) TYPE=InnoDB; 1181 1181 1182 CREATE TABLE mtb_ownersstore_err ( 1183 id int2, 1184 name text, 1185 rank int2 NOT NULL DEFAULT 0, 1186 PRIMARY KEY (id) 1187 ) TYPE=InnoDB; 1188 1182 1189 CREATE TABLE mtb_constants ( 1183 1190 id text, … … 1186 1193 remarks text 1187 1194 ) TYPE=InnoDB; 1188
Note: See TracChangeset
for help on using the changeset viewer.