Ignore:
Timestamp:
Feb 11, 2000, 7:35:55 PM (26 years ago)
Author:
bird
Message:

Odin32 DB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/CreateTables.sql

    r830 r2759  
    1 -- $Id: CreateTables.sql,v 1.1 1999-09-05 02:53:04 bird Exp $
     1-- $Id: CreateTables.sql,v 1.2 2000-02-11 18:35:54 bird Exp $
    22--
    33-- Create all tables.
     
    3030    dll     TINYINT NOT NULL,
    3131    name    VARCHAR(64) NOT NULL,
     32    intname VARCHAR(64) NOT NULL,
    3233    state   TINYINT NOT NULL DEFAULT 0,
    3334    ordinal INTEGER NOT NULL,
    3435    apigroup SMALLINT,
    3536    return VARCHAR(64),
     37    updated TINYINT NOT NULL DEFAULT 0,
    3638    UNIQUE i1(refcode),
    37     UNIQUE i2(name,dll)
     39    UNIQUE i2(name,dll),
     40    UNIQUE i3(intname, refcode)
    3841);
    3942
Note: See TracChangeset for help on using the changeset viewer.