.
This commit is contained in:
8
migrations/20250510182916_file.sql
Normal file
8
migrations/20250510182916_file.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS "file"
|
||||
(
|
||||
"id" UUID NOT NULL PRIMARY KEY DEFAULT uuid_generate_v7(),
|
||||
"filename" VARCHAR NOT NULL,
|
||||
"content_type" VARCHAR NOT NULL,
|
||||
"size" INT8 NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user