Files
memorium/drizzle/0003_watery_purple_man.sql
2026-01-10 20:13:15 +01:00

8 lines
170 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
);