source: tmp/version-2_5-test/html/install/sql/add/dtb_module_mysql.sql @ 18609

Revision 18609, 327 bytes checked in by kajiwara, 14 years ago (diff)

正式版にナイトリービルド版をマージしてみるテスト

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1CREATE TABLE dtb_module (
2    module_id int NOT NULL UNIQUE,
3    module_code text NOT NULL,
4    module_name text NOT NULL,
5    sub_data text,
6    auto_update_flg smallint NOT NULL DEFAULT 0,
7    del_flg smallint NOT NULL DEFAULT 0,
8    create_date datetime NOT NULL ,
9    update_date datetime NOT NULL
10) TYPE=InnoDB;
Note: See TracBrowser for help on using the repository browser.