Ignore:
Timestamp:
Feb 14, 2000, 2:49:14 PM (26 years ago)
Author:
bird
Message:

Optimizations and a couple of fixes.

File:
1 edited

Legend:

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

    r2770 r2773  
    1 -- $Id: CreateTables.sql,v 1.4 2000-02-12 23:54:29 bird Exp $
     1-- $Id: CreateTables.sql,v 1.5 2000-02-14 13:49:12 bird Exp $
    22--
    33-- Create all tables.
     
    3030    dll      TINYINT  NOT NULL,
    3131    aliasfn  INTEGER  NOT NULL DEFAULT -1,
    32     name     VARCHAR(64) NOT NULL,
    33     intname  VARCHAR(64) NOT NULL,
     32    name     VARCHAR(74) NOT NULL,
     33    intname  VARCHAR(74) NOT NULL,
    3434    state    TINYINT  NOT NULL DEFAULT 0,
    3535    ordinal  INTEGER  NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.