1
0
mirror of https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git synced 2025-01-14 16:01:53 +00:00
UOJ-Luogu-RemoteJudge/db/luogu_remote_judge.sql

10 lines
137 B
MySQL
Raw Normal View History

ALTER TABLE
`problems`
ADD
`type` varchar(20) NOT NULL DEFAULT 'local';
ALTER TABLE
`problems`
ADD
KEY `type` (`type`);