Ignore:
Timestamp:
04/13/05 15:40:35 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/setupdb.C

    r6933 r6937  
    552552         ")";
    553553
     554    list.Add(new TObjString(
     555        "CREATE TABLE MyMagic.MarsVersion ("
     556        "  fMarsVersion        SMALLINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,"
     557        "  fStartDate          DATETIME                NULL ,"
     558        "  fMarsVersionName    VARCHAR(12)         NOT NULL UNIQUE"
     559        ") MAX_ROWS=256"));
     560
    554561    TSQLResult *res;
    555562
Note: See TracChangeset for help on using the changeset viewer.