Add: maestro, add player page - player allow edit entercode option (checkbox)

This commit is contained in:
2019-03-16 23:08:56 +09:00
parent a03eb243e1
commit 275efabdfb
4 changed files with 164 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ CREATE TABLE maestro (
AvailableActivateDateTime DATETIME NOT NULL,
PlayerCount INT UNSIGNED NOT NULL,
AcceptClausesDateTime DATETIME NOT NULL,
AllowEditEnterCode INT UNSIGNED NOT NULL,
MaestroTestID INT UNSIGNED
);