4
1
Fork 0

Format sql [SKIP CI]

master^2
Ambrose Chua 2019-11-03 20:58:09 +08:00
parent e0d3293eb7
commit 6907681c75
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS "conversation" (
CREATE TABLE IF NOT EXISTS member (
"user" BYTEA REFERENCES "user"(id),
"conversation" BYTEA REFERENCES "conversation"(id),
"pinned" BOOLEAN DEFAULT FALSE,
"pinned" BOOLEAN DEFAULT FALSE,
UNIQUE ("user", "conversation")
);