- Timestamp:
- 2011/02/14 01:31:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
r20116 r20160 1056 1056 ); 1057 1057 1058 CREATE TABLE mtb_customer_status ( 1059 id smallint, 1060 name text, 1061 rank smallint NOT NULL DEFAULT 0, 1062 PRIMARY KEY (id) 1063 ); 1064 1058 1065 CREATE TABLE mtb_page_rows ( 1059 1066 id smallint,
Note: See TracChangeset
for help on using the changeset viewer.