Warning: Can't use blame annotator:
svn blame failed on branches/feature-module-update/html/install/sql/add/dtb_module_pgsql.sql: バイナリファイル 'file:///home/svn/open/branches/feature-module-update/html/install/sql/add/dtb_module_pgsql.sql' に対しては blame で各行の最終変更者を計算できません 195004

source: branches/feature-module-update/html/install/sql/add/dtb_module_pgsql.sql @ 16504

Revision 16504, 272 bytes checked in by adachi, 16 years ago (diff)

dtb_module変更

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