mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 08:13:41 +00:00
Add the eqsl_qth_nickname to the users table creation sql
This commit is contained in:
parent
282a099a02
commit
85becb126d
@ -37,6 +37,7 @@ CREATE TABLE `users` (
|
||||
`user_lotw_password` varchar(64) DEFAULT NULL,
|
||||
`user_eqsl_name` varchar(32) DEFAULT NULL,
|
||||
`user_eqsl_password` varchar(64) DEFAULT NULL,
|
||||
`user_eqsl_qth_nickname` varchar(32) DEFAULT NULL,
|
||||
PRIMARY KEY (`user_id`),
|
||||
UNIQUE KEY `user_name` (`user_name`),
|
||||
UNIQUE KEY `user_email` (`user_email`)
|
||||
|
Loading…
Reference in New Issue
Block a user