Changeset 21403 for branches/version-2_11-dev/html/install/sql
- Timestamp:
- 2012/01/17 16:17:31 (15 years ago)
- Location:
- branches/version-2_11-dev/html/install/sql
- Files:
-
- 2 edited
-
create_table_mysql.sql (modified) (1 diff)
-
create_table_pgsql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/html/install/sql/create_table_mysql.sql
r21364 r21403 222 222 del_flg smallint NOT NULL DEFAULT 0, 223 223 create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, 224 update_date timestamp NOT NULL, 225 PRIMARY KEY (template_id) 224 update_date timestamp NOT NULL 226 225 ) ENGINE=InnoDB; 227 226 -
branches/version-2_11-dev/html/install/sql/create_table_pgsql.sql
r21364 r21403 222 222 del_flg smallint NOT NULL DEFAULT 0, 223 223 create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, 224 update_date timestamp NOT NULL, 225 PRIMARY KEY (template_id) 224 update_date timestamp NOT NULL 226 225 ); 227 226
Note: See TracChangeset
for help on using the changeset viewer.
