Ignore:
Timestamp:
2007/11/03 00:51:48 (15 years ago)
Author:
adachi
Message:

マスターデータ追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/sql/create_table_mysql.sql

    r16546 r16664  
    11801180) TYPE=InnoDB; 
    11811181 
     1182CREATE TABLE mtb_ownersstore_err ( 
     1183    id int2, 
     1184    name text, 
     1185    rank int2 NOT NULL DEFAULT 0, 
     1186    PRIMARY KEY (id) 
     1187) TYPE=InnoDB; 
     1188 
    11821189CREATE TABLE mtb_constants ( 
    11831190    id text, 
     
    11861193    remarks text 
    11871194) TYPE=InnoDB; 
    1188  
Note: See TracChangeset for help on using the changeset viewer.