Ignore:
Timestamp:
Jul 19, 2000, 11:29:36 PM (25 years ago)
Author:
bird
Message:

Added column 'weigth' to the state table.
This column hold the weigth functions in that state should have when
calculating the total completion percentage.

File:
1 edited

Legend:

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

    r3856 r3865  
    1 -- $Id: CreateTables.sql,v 1.10 2000-07-18 22:13:20 bird Exp $
     1-- $Id: CreateTables.sql,v 1.11 2000-07-19 21:29:36 bird Exp $
    22--
    33-- Create all tables.
     
    1515    refcode TINYINT NOT NULL PRIMARY KEY,
    1616    color   CHAR(7) NOT NULL,
     17    weight  TINYINT NOT NULL,
    1718    name    VARCHAR(32) NOT NULL,
    18     description VARCHAR(128),
     19    description VARCHAR(128) NOT NULL,
    1920    UNIQUE u1(refcode),
    2021    UNIQUE u2(name),
Note: See TracChangeset for help on using the changeset viewer.