Add: moty_player - AccountType 0:player, 1:maestro

This commit is contained in:
2018-07-18 22:36:33 +09:00
parent 2f9c979a6f
commit a8fe0172d4
7 changed files with 28 additions and 7 deletions
+1
View File
@@ -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)
);