feat: store documents in sqlite
This commit is contained in:
7
drizzle/0003_watery_purple_man.sql
Normal file
7
drizzle/0003_watery_purple_man.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE `document` (
|
||||
`name` text NOT NULL,
|
||||
`last_modified` integer NOT NULL,
|
||||
`contentType` text NOT NULL,
|
||||
`size` integer NOT NULL,
|
||||
`perm` text NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user