Ignore:
Timestamp:
2007/10/19 12:08:19 (16 years ago)
Author:
adachi
Message:

dtb_module変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/sql/add/dtb_module_pgsql.sql

    r15079 r16504  
    22    module_id int NOT NULL UNIQUE, 
    33    module_name text NOT NULL, 
    4     now_version text, 
    5     latest_version text NOT NULL, 
    6     module_explain text, 
    7     main_php text NOT NULL, 
    8     extern_php text NOT NULL, 
    9     install_sql text, 
    10     uninstall_sql text, 
    11     other_files text, 
     4    auto_update_flg int2 NOT NULL DEFAULT 0, 
    125    del_flg int2 NOT NULL DEFAULT 0, 
    13     create_date timestamp NOT NULL, 
    14     update_date timestamp, 
    15     release_date timestamp NOT NULL, 
    16     sub_data text, 
    17     module_x int4, 
    18     module_y int4, 
    19     eccube_version text 
     6    create_date timestamp NOT NULL DEFAULT NOW(), 
     7    update_date timestamp NOT NULL 
    208); 
     9 
Note: See TracChangeset for help on using the changeset viewer.