Add: maestro DB - AvailableActivateDateTime

This commit is contained in:
2018-07-19 10:57:04 +09:00
parent 0bf3adb4ed
commit c2f478c97f
5 changed files with 39 additions and 25 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ CREATE TABLE moty_maestro (
Password CHAR(50) NOT NULL,
Email CHAR(50) NOT NULL,
AccountType INT UNSIGNED NOT NULL,
AccountStatus INT UNSIGNED NOT NULL,
ActivateStatus INT UNSIGNED NOT NULL,
AvailableActivateDateTime DATETIME NOT NULL,
UserCount INT UNSIGNED NOT NULL,
AcceptClausesDateTime DATETIME NOT NULL,
MaestroTestID INT UNSIGNED