Ignore:
Timestamp:
07/30/05 14:45:53 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7222 r7234  
    361361        "  fEpochChar         CHAR                     NULL,"// DEFAULT='J'
    362362        "  fEpochDate         SMALLINT(4) UNSIGNED     NULL,"// DEFAULT=2000
    363         "  fMagnitude         SMALLINT                 NULL" // 82=8.2
     363        "  fMagnitude         SMALLINT                 NULL," // 82=8.2
     364        "  fTest              ENUM(\"no\",\"yes\")     NOT NULL"  //default no
    364365        ") MAX_ROWS=65536"));
    365366
     
    420421         "  fExcludedFDAKEY        SMALLINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,"
    421422         "  fExcludedFDAImportance SMALLINT UNSIGNED        NULL,"
    422          "  fExcludedFDAAutomatic  ENUM("yes","no")         NULL,"
     423         "  fExcludedFDAAutomatic  ENUM(\"yes\",\"no\")     NULL,"
    423424         "  fExcludedFDAName       VARCHAR(255)         NOT NULL UNIQUE,"
    424425         "  fExcludedFDA           VARCHAR(255)             NULL"
Note: See TracChangeset for help on using the changeset viewer.