source: branches/version-2/html/install/sql/add/dtb_module_pgsql.sql @ 18561

Revision 18561, 313 bytes checked in by kajiwara, 16 years ago (diff)

Ver2.4.3にアップデート

  • 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 int2 NOT NULL DEFAULT 0,
7    del_flg int2 NOT NULL DEFAULT 0,
8    create_date timestamp NOT NULL DEFAULT NOW(),
9    update_date timestamp NOT NULL
10);
11
Note: See TracBrowser for help on using the repository browser.