Line # Revision Author
1 197 ahitrov CREATE TABLE sessions (
2 id char(32) not null primary key,
3 dtime timestamp not null default now(),
4 a_session text
5 );