Revision 16668,
297 bytes
checked in by naka, 15 years ago
(diff) |
dtb_moduleにsub_dataを追加(設定保存用)
|
-
Property svn:mime-type set to
application/x-httpd-php; charset=UTF-8
|
Line | |
---|
1 | CREATE TABLE dtb_module (
|
---|
2 | module_id int NOT NULL UNIQUE,
|
---|
3 | module_name text NOT NULL,
|
---|
4 | sub_data text text,
|
---|
5 | auto_update_flg smallint NOT NULL DEFAULT 0,
|
---|
6 | del_flg smallint NOT NULL DEFAULT 0,
|
---|
7 | create_date datetime NOT NULL ,
|
---|
8 | update_date datetime NOT NULL
|
---|
9 | ) TYPE=InnoDB;
|
---|
Note: See
TracBrowser
for help on using the repository browser.