Compare commits
2 Commits
ac587a1b1c
...
53ca2c24c1
Author | SHA1 | Date | |
---|---|---|---|
53ca2c24c1 | |||
15e3680a97 |
@ -1,9 +0,0 @@
|
||||
CREATE TABLE IF NOT EXISTS "notification" (
|
||||
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
"user_id" INTEGER NOT NULL REFERENCES user(id),
|
||||
"message" TEXT NOT NULL,
|
||||
"read_at" DATETIME,
|
||||
"created_at" DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
"category" TEXT NOT NULL,
|
||||
"link" TEXT
|
||||
);
|
Loading…
Reference in New Issue
Block a user