source: branches/dev/html/install/sql/add/dtb_session_pgsql.sql @ 8

Revision 8, 152 bytes checked in by root, 17 years ago (diff)

new import

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.