mirror of
https://gitlab.com/octtspacc/PlainDiscuss
synced 2025-06-05 22:09:15 +02:00
Adding comment into DB
This commit is contained in:
@ -25,6 +25,8 @@ CREATE TABLE IF NOT EXISTS "Comments" (
|
||||
"User" INTEGER NOT NULL,
|
||||
"Page" TEXT NOT NULL,
|
||||
"Reply" INTEGER,
|
||||
"Date" INTEGER NOT NULL,
|
||||
"Comment" TEXT NOT NULL,
|
||||
PRIMARY KEY("ID" AUTOINCREMENT),
|
||||
FOREIGN KEY("Page") REFERENCES "Pages"("ID"),
|
||||
FOREIGN KEY("User") REFERENCES "Users"("ID")
|
||||
|
Reference in New Issue
Block a user