mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:48:41 +00:00
This commit is contained in:
parent
9b8ffca752
commit
2894f37719
@ -777,7 +777,7 @@ CREATE TABLE `user_info` (
|
|||||||
`usergroup` char(1) NOT NULL DEFAULT 'U',
|
`usergroup` char(1) NOT NULL DEFAULT 'U',
|
||||||
`username` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
|
`username` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||||
`realname` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
|
`realname` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
|
||||||
`usertype` varchar(50) NOT NULL DEFAULT 'student',
|
`usertype` varchar(250) NOT NULL DEFAULT 'student',
|
||||||
`email` varchar(50) NOT NULL,
|
`email` varchar(50) NOT NULL,
|
||||||
`password` char(32) NOT NULL,
|
`password` char(32) NOT NULL,
|
||||||
`svn_password` char(10) NOT NULL,
|
`svn_password` char(10) NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user