Ignore:
Timestamp:
Feb 15, 2000, 2:31:06 PM (26 years ago)
Author:
bird
Message:

Bugfixes. Functionnames may be quite long...

File:
1 edited

Legend:

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

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