refactored scheme
This commit is contained in:
Binary file not shown.
@@ -1,3 +1,5 @@
|
|||||||
|
-- MUST BE UPDATED BEFORE USE
|
||||||
|
|
||||||
USE borrow_system_new;
|
USE borrow_system_new;
|
||||||
|
|
||||||
-- Optional: keep insert order predictable
|
-- Optional: keep insert order predictable
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ CREATE TABLE loans (
|
|||||||
loaned_items_id json NOT NULL DEFAULT ('[]'),
|
loaned_items_id json NOT NULL DEFAULT ('[]'),
|
||||||
loaned_items_name json NOT NULL DEFAULT ('[]'),
|
loaned_items_name json NOT NULL DEFAULT ('[]'),
|
||||||
deleted bool NOT NULL DEFAULT false,
|
deleted bool NOT NULL DEFAULT false,
|
||||||
|
note varchar(500) DEFAULT NULL,
|
||||||
PRIMARY KEY (id),
|
PRIMARY KEY (id),
|
||||||
CONSTRAINT fk_loans_username
|
CONSTRAINT fk_loans_username
|
||||||
FOREIGN KEY (username) REFERENCES users(username)
|
FOREIGN KEY (username) REFERENCES users(username)
|
||||||
|
|||||||
Reference in New Issue
Block a user