memorium/drizzle/0003_watery_purple_man.sql

8 lines
165 B
SQL

CREATE TABLE `document` (
`name` text NOT NULL,
`last_modified` integer NOT NULL,
`contentType` text NOT NULL,
`size` integer NOT NULL,
`perm` text NOT NULL
);