2311
This commit is contained in:
9
dbddl/received.sql
Normal file
9
dbddl/received.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE public.received
|
||||
(
|
||||
id serial4 NOT NULL,
|
||||
filename text NULL,
|
||||
"content" text NULL,
|
||||
created_at timestamptz DEFAULT CURRENT_TIMESTAMP NULL,
|
||||
loaded_at timestamptz NULL,
|
||||
CONSTRAINT received_pk PRIMARY KEY (id)
|
||||
);
|
||||
Reference in New Issue
Block a user