source:
branches/version-2_4-dev/html/install/sql/add/dtb_site_control_pgsql.sql
@
18493
| Revision 18493, 499 bytes checked in by Yammy, 17 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | CREATE TABLE dtb_site_control ( |
| 2 | control_id serial primary key NOT NULL, |
| 3 | control_title text , |
| 4 | control_text text , |
| 5 | control_flg int2 NOT NULL DEFAULT 2, |
| 6 | del_flg int2 NOT NULL DEFAULT 0, |
| 7 | memo text , |
| 8 | create_date timestamp NOT NULL DEFAULT now(), |
| 9 | update_date timestamp NOT NULL DEFAULT now() |
| 10 | ); |
| 11 | |
| 12 | INSERT INTO dtb_site_control (control_title, control_text) VALUES('トラックバック機能', 'トラックバック機能を使用するかどうかを決定します。'); |
Note: See TracBrowser
for help on using the repository browser.
