update database_schematic
This commit is contained in:
parent
8d60a3414f
commit
16ae77f149
|
@ -8,7 +8,7 @@ CREATE TABLE boards (
|
|||
CREATE TABLE threads (
|
||||
thread_id SERIAL8 PRIMARY KEY,
|
||||
thread_name VARCHAR(32),
|
||||
posts_ids INT[],
|
||||
posts_ids BIGINT[],
|
||||
is_locked boolean NOT NULL,
|
||||
is_pinned boolean NOT NULL,
|
||||
options VARCHAR(255)
|
||||
|
|
Loading…
Reference in New Issue