Add semi-colon to admin table in schema.
This commit is contained in:
parent
5a8b5ecc2d
commit
345edaa5d6
1 changed files with 1 additions and 1 deletions
|
@ -83,4 +83,4 @@ CREATE TABLE PendingTransactions (
|
|||
CREATE TABLE Administrators (
|
||||
UserId INTEGER PRIMARY KEY UNIQUE NOT NULL,
|
||||
FOREIGN KEY (UserId) REFERENCES Users (UserId)
|
||||
)
|
||||
);
|
||||
|
|
Reference in a new issue