1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-17 16:36:42 +00:00

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';