Added product tests
This commit is contained in:
@ -34,7 +34,9 @@ CREATE TABLE IF NOT EXISTS Products (
|
||||
categoryID INTEGER NOT NULL
|
||||
REFERENCES Categories (id)
|
||||
ON DELETE CASCADE
|
||||
ON UPDATE NO ACTION
|
||||
ON UPDATE NO ACTION,
|
||||
postedDate TIMESTAMP,
|
||||
quantityAvailable INTEGER DEFAULT 0
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS Orders (
|
||||
|
Reference in New Issue
Block a user