Ignore:
Timestamp:
Aug 2, 2000, 3:22:34 AM (25 years ago)
Author:
bird
Message:

Added line (linenumber) to designnote and function.

File:
1 edited

Legend:

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

    r3915 r3916  
    1 -- $Id: CreateTables.sql,v 1.16 2000-08-02 01:01:36 bird Exp $
     1-- $Id: CreateTables.sql,v 1.17 2000-08-02 01:22:34 bird Exp $
    22--
    33-- Create all tables.
     
    111111    seqnbrfile  SMALLINT NOT NULL,
    112112    seqnbr      INTEGER NOT NULL,
     113    line        INTEGER  NOT NULL DEFAULT -1,
    113114    title       TEXT,
    114115    note        TEXT    NOT NULL,
     
    138139    type     CHAR     NOT NULL DEFAULT 'A',
    139140    updated  TINYINT  NOT NULL DEFAULT 0,
     141    line     INTEGER  NOT NULL DEFAULT -1,
    140142    description TEXT,
    141143    remark      TEXT,
Note: See TracChangeset for help on using the changeset viewer.