source: temp/trunk/html/install/sql/add/dtb_session_pgsql.sql @ 6246

Revision 6246, 152 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
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.