mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
sql improvement
This commit is contained in:
@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS public."OrganizationPost"
|
||||
(
|
||||
id SERIAL PRIMARY KEY,
|
||||
organization_id integer NOT NULL,
|
||||
content text COLLATE pg_catalog."default" NOT NULL,
|
||||
content text NOT NULL,
|
||||
created_at timestamp without time zone DEFAULT now(),
|
||||
original_author integer NOT NULL,
|
||||
CONSTRAINT "AuthorIdFK" FOREIGN KEY (original_author)
|
||||
|
Reference in New Issue
Block a user