Changeset 3865 for trunk/tools/database/CreateTables.sql
- Timestamp:
- Jul 19, 2000, 11:29:36 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/CreateTables.sql
r3856 r3865 1 -- $Id: CreateTables.sql,v 1.1 0 2000-07-18 22:13:20bird Exp $1 -- $Id: CreateTables.sql,v 1.11 2000-07-19 21:29:36 bird Exp $ 2 2 -- 3 3 -- Create all tables. … … 15 15 refcode TINYINT NOT NULL PRIMARY KEY, 16 16 color CHAR(7) NOT NULL, 17 weight TINYINT NOT NULL, 17 18 name VARCHAR(32) NOT NULL, 18 description VARCHAR(128) ,19 description VARCHAR(128) NOT NULL, 19 20 UNIQUE u1(refcode), 20 21 UNIQUE u2(name),
Note:
See TracChangeset
for help on using the changeset viewer.