Add: selected subject name to license time db
This commit is contained in:
@@ -5,6 +5,7 @@ CREATE TABLE license_time (
|
||||
StartTime INT UNSIGNED NOT NULL,
|
||||
LeftTime INT NOT NULL,
|
||||
SavedDateTime DATETIME NOT NULL,
|
||||
SubjectName CHAR(50) NOT NULL,
|
||||
|
||||
FOREIGN KEY (MaestroID) REFERENCES maestro(MaestroID),
|
||||
FOREIGN KEY (PlayerID) REFERENCES player(PlayerID)
|
||||
|
||||
Reference in New Issue
Block a user