Changeset 23652 for branches/version-2_13-dev/html/install/sql
- Timestamp:
- 2014/10/12 23:42:03 (12 years ago)
- Location:
- branches/version-2_13-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_13-dev/html/install/sql/create_table_mysql.sql
r23646 r23652 314 314 classcategory_id2 int NOT NULL DEFAULT 0, 315 315 product_type_id int NOT NULL DEFAULT 0, 316 product_code text NOT NULL,316 product_code text, 317 317 stock numeric, 318 318 stock_unlimited smallint NOT NULL DEFAULT 0, -
branches/version-2_13-dev/html/install/sql/create_table_pgsql.sql
r23646 r23652 314 314 classcategory_id2 int NOT NULL DEFAULT 0, 315 315 product_type_id int NOT NULL DEFAULT 0, 316 product_code text NOT NULL,316 product_code text, 317 317 stock numeric, 318 318 stock_unlimited smallint NOT NULL DEFAULT 0,
Note: See TracChangeset
for help on using the changeset viewer.
