mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-03-23 17:37:02 +00:00
3 lines
146 B
SQL
3 lines
146 B
SQL
ALTER TABLE `problems` ADD `difficulty` int NOT NULL DEFAULT '-1' AFTER `submit_num`;
|
|
ALTER TABLE `problems` MODIFY `extra_config` json NOT NULL;
|