source: branches/feature-module-update/html/install/sql/add/dtb_session_pgsql.sql @ 15079

Revision 15079, 152 bytes checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1CREATE TABLE dtb_session (
2    sess_id text NOT NULL,
3    sess_data text,
4    create_date timestamp NOT NULL,
5    update_date timestamp NOT NULL
6);
Note: See TracBrowser for help on using the repository browser.