memorium/drizzle/0003_watery_purple_man.sql

8 lines
165 B
MySQL
Raw Normal View History

2025-01-05 21:58:07 +01:00
CREATE TABLE `document` (
`name` text NOT NULL,
`last_modified` integer NOT NULL,
`contentType` text NOT NULL,
`size` integer NOT NULL,
`perm` text NOT NULL
);