Update Users to user; syntax
This commit is contained in:
@@ -14,7 +14,7 @@ CREATE TABLE UserRole (
|
||||
Client BOOLEAN DEFAULT True,
|
||||
Admin BOOLEAN DEFAULT FALSE,
|
||||
PRIMARY KEY (UserID),
|
||||
FOREIGN KEY (UserID) REFERENCES Users (UserID) ON DELETE CASCADE
|
||||
FOREIGN KEY (UserID) REFERENCES User (UserID) ON DELETE CASCADE
|
||||
);
|
||||
|
||||
-- Product Entity
|
||||
|
||||
Reference in New Issue
Block a user