Drop NOT NULL for username column.

Someone please check MySQL script!
This commit is contained in:
Boris Gulay
2018-07-16 18:55:12 +03:00
parent 8b2798e412
commit a437a107ba
4 changed files with 13 additions and 4 deletions

View File

@@ -11,8 +11,7 @@ CREATE TABLE IF NOT EXISTS ident_switch
int(10) UNSIGNED
NOT NULL,
username
varchar(64)
NOT NULL,
varchar(64),
password
varchar(64),
host