Changeset 20566 for branches/version-2_5-dev/html/install/sql
- Timestamp:
- 2011/03/09 14:55:25 (15 years ago)
- Location:
- branches/version-2_5-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_5-dev/html/install/sql/create_table_mysql.sql
r20439 r20566 787 787 disp_name text, 788 788 rank int, 789 rw_flg smallint DEFAULT 1,789 rw_flg smallint DEFAULT 1, 790 790 status smallint NOT NULL DEFAULT 1, 791 791 create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, -
branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
r20439 r20566 787 787 disp_name text, 788 788 rank int, 789 rw_flg smallint DEFAULT 1,789 rw_flg smallint DEFAULT 1, 790 790 status smallint NOT NULL DEFAULT 1, 791 791 create_date timestamp NOT NULL DEFAULT now(),
Note: See TracChangeset
for help on using the changeset viewer.
