Sindbad~EG File Manager

Current Path : /home/escuelai/www/mantis/library/adodb/session/
Upload File :
Current File : /home/escuelai/www/mantis/library/adodb/session/adodb-sessions.oracle.clob.sql

-- $CVSHeader$

DROP TABLE adodb_sessions;

CREATE TABLE sessions (
	sesskey		CHAR(32)	DEFAULT '' NOT NULL,
	expiry		INT		DEFAULT 0 NOT NULL,
	expireref	VARCHAR(64)	DEFAULT '',
	data		CLOB		DEFAULT '',
	PRIMARY KEY	(sesskey)
);

CREATE INDEX ix_expiry ON sessions (expiry);

QUIT;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists