Add: moty_player - AccountType 0:player, 1:maestro
This commit is contained in:
@@ -15,6 +15,7 @@ CREATE TABLE moty_player (
|
||||
MaestroID INT UNSIGNED NOT NULL,
|
||||
Name CHAR(50) NOT NULL,
|
||||
EnterCode CHAR(6) NOT NULL,
|
||||
AccountType INT UNSIGNED NOT NULL,
|
||||
|
||||
FOREIGN KEY (MaestroID) REFERENCES moty_maestro(MaestroID)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user