Changeset 20051 for branches/version-2_5-dev/html
- Timestamp:
- 2011/01/30 18:38:52 (11 years ago)
- Location:
- branches/version-2_5-dev/html/install/sql
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
r19986 r20051 1214 1214 param_value text, 1215 1215 url text, 1216 create_date timestamp NOT NULL DEFAULT now()1216 create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP 1217 1217 ); 1218 1218 … … 1222 1222 token text NOT NULL, 1223 1223 next_url text NOT NULL, 1224 create_date timestamp NOT NULL DEFAULT now(),1224 create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, 1225 1225 email text, 1226 1226 receive_date timestamp -
branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
r19986 r20051 739 739 rank int, 740 740 create_date timestamp NOT NULL DEFAULT now(), 741 update_date timestamp ,741 update_date timestamp NOT NULL, 742 742 del_flg smallint NOT NULL DEFAULT 0, 743 743 PRIMARY KEY (shipping_id, order_id)
Note: See TracChangeset
for help on using the changeset viewer.