Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
CREATE TABLE "cache" (
2
	expires timestamp without time zone NOT NULL,
3
	id character(40) NOT NULL,
4
	data text NOT NULL
5
)
6
WITH (OIDS=TRUE);