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

Revision 15079, 162 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 datetime NOT NULL,
5    update_date datetime NOT NULL
6) TYPE=InnoDB;
Note: See TracBrowser for help on using the repository browser.