mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 04:08:40 +00:00
3 lines
220 B
SQL
3 lines
220 B
SQL
ALTER TABLE `problems_solutions` ADD UNIQUE KEY `unique__blog_id` (`blog_id`);
|
|
ALTER TABLE `user_info` MODIFY `usertype` enum('student','teacher','system','banned') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'student';
|