update database_schematic

This commit is contained in:
leca 2023-11-04 12:00:51 +03:00
parent 8d60a3414f
commit 16ae77f149
1 changed files with 1 additions and 1 deletions

View File

@ -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)