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