Typo in SQL
This commit is contained in:
parent
9e394957b6
commit
af33a36c89
@ -41,7 +41,7 @@ class Bookmarks extends Extension {
|
|||||||
id SCORE_AIPK,
|
id SCORE_AIPK,
|
||||||
owner_id INTEGER NOT NULL,
|
owner_id INTEGER NOT NULL,
|
||||||
url TEXT NOT NULL,
|
url TEXT NOT NULL,
|
||||||
title TET NOT NULL,
|
title TEXT NOT NULL,
|
||||||
INDEX (owner_id),
|
INDEX (owner_id),
|
||||||
FOREIGN KEY (owner_id) REFERENCES users(id) ON DELETE CASCADE
|
FOREIGN KEY (owner_id) REFERENCES users(id) ON DELETE CASCADE
|
||||||
");
|
");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user