parent
5876debd36
commit
64e4fc0a57
|
@ -1,4 +1,4 @@
|
||||||
-- 12
|
-- 13
|
||||||
|
|
||||||
-- This file creates tables containing user-specific data -- any changes
|
-- This file creates tables containing user-specific data -- any changes
|
||||||
-- to existing tables made here must be mirrored in transition steps in
|
-- to existing tables made here must be mirrored in transition steps in
|
||||||
|
@ -80,6 +80,7 @@ CREATE TABLE IF NOT EXISTS itemNotes (
|
||||||
itemID INT,
|
itemID INT,
|
||||||
sourceItemID INT,
|
sourceItemID INT,
|
||||||
note TEXT,
|
note TEXT,
|
||||||
|
isAbstract INT DEFAULT NULL,
|
||||||
PRIMARY KEY (itemID),
|
PRIMARY KEY (itemID),
|
||||||
FOREIGN KEY (itemID) REFERENCES items(itemID),
|
FOREIGN KEY (itemID) REFERENCES items(itemID),
|
||||||
FOREIGN KEY (sourceItemID) REFERENCES items(itemID)
|
FOREIGN KEY (sourceItemID) REFERENCES items(itemID)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user