Changeset 2770 for trunk/tools/database/CreateTables.sql
- Timestamp:
- Feb 13, 2000, 12:54:30 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/CreateTables.sql
r2761 r2770 1 -- $Id: CreateTables.sql,v 1. 3 2000-02-11 23:54:24bird Exp $1 -- $Id: CreateTables.sql,v 1.4 2000-02-12 23:54:29 bird Exp $ 2 2 -- 3 3 -- Create all tables. … … 38 38 updated TINYINT NOT NULL DEFAULT 0, 39 39 UNIQUE i1(refcode, aliasfn), 40 UNIQUE i1a( aliasfn, name, dll),41 UNIQUE i1b(aliasfn, dll, refcode),40 UNIQUE i1a(dll, aliasfn, refcode), 41 UNIQUE i1b(aliasfn, name, dll), 42 42 UNIQUE i1c(aliasfn, intname, dll, refcode), 43 43 UNIQUE i2(name, dll, refcode),
Note:
See TracChangeset
for help on using the changeset viewer.