- Timestamp:
- 2012/06/26 21:28:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql
r21908 r21942 998 998 ); 999 999 1000 CREATE TABLE mtb_customer_order_status ( 1001 id smallint, 1002 name text, 1003 rank smallint NOT NULL DEFAULT 0, 1004 PRIMARY KEY (id) 1005 ); 1006 1000 1007 CREATE TABLE mtb_order_status_color ( 1001 1008 id smallint,
Note: See TracChangeset
for help on using the changeset viewer.