Changeset 3900 for trunk/tools/database/CreateTables.sql
- Timestamp:
- Jul 29, 2000, 11:19:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/CreateTables.sql
r3870 r3900 1 -- $Id: CreateTables.sql,v 1.1 2 2000-07-20 11:39:59bird Exp $1 -- $Id: CreateTables.sql,v 1.13 2000-07-29 21:19:34 bird Exp $ 2 2 -- 3 3 -- Create all tables. … … 28 28 ); 29 29 30 31 32 -- 33 -- Support table for Codes 34 -- 35 CREATE TABLE code ( 36 codegroup CHAR(4) NOT NULL, 37 code CHAR(4) NOT NULL, 38 description VARCHAR(128) NOT NULL, 39 UNIQUE u1(codegroup, code) 40 ); 30 41 31 42 … … 137 148 INDEX i4(dll, file), 138 149 INDEX i5(file), 150 INDEX i6(state), 139 151 UNIQUE u1(refcode), 140 152 UNIQUE u2(name, dll),
Note:
See TracChangeset
for help on using the changeset viewer.