Ignore:
Timestamp:
2011/02/22 10:59:52 (13 years ago)
Author:
AMUAMU
Message:

#793 (非推奨機能の削除) #476 の改修に伴う不要テーブル関係情報の削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/install/sql/create_table_mysql.sql

    r20313 r20319  
    890890) ENGINE=InnoDB; 
    891891 
    892 CREATE TABLE dtb_table_comment ( 
    893     id int, 
    894     table_name text, 
    895     column_name text, 
    896     description text, 
    897     PRIMARY KEY (id) 
    898 ) ENGINE=InnoDB; 
    899  
    900892CREATE TABLE dtb_maker ( 
    901893    maker_id int NOT NULL, 
Note: See TracChangeset for help on using the changeset viewer.