add: finish forge stuff
This commit is contained in:
parent
53fb4d5778
commit
68071b96c8
21 changed files with 329 additions and 18 deletions
|
@ -15,5 +15,7 @@ CREATE TABLE IF NOT EXISTS posts (
|
|||
uploads TEXT NOT NULL,
|
||||
is_deleted INT NOT NULL,
|
||||
tsvector_content tsvector GENERATED ALWAYS AS (to_tsvector ('english', coalesce(content, ''))) STORED,
|
||||
poll_id BIGINT NOT NULL
|
||||
poll_id BIGINT NOT NULL,
|
||||
title TEXT NOT NULL,
|
||||
is_open INT NOT NULL DEFAULT 1
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue