Add: maestro register

This commit is contained in:
2018-06-26 23:51:39 +09:00
parent 77afebbb3a
commit 6f4be3e81b
5 changed files with 186 additions and 37 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CREATE TABLE moty_maestro (
MaestroID INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
Name CHAR(50) NOT NULL,
Password CHAR(10) NOT NULL,
Password CHAR(50) NOT NULL,
Email CHAR(50) NOT NULL,
AccountType INT UNSIGNED NOT NULL,
AccountStatus INT UNSIGNED NOT NULL,