source:
temp/trunk/html/install/sql/add/dtb_session_pgsql.sql
@
6246
| Revision 6246, 152 bytes checked in by naka, 20 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | CREATE 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.
