mirror of
https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git
synced 2024-11-30 17:36:28 +00:00
10 lines
137 B
MySQL
10 lines
137 B
MySQL
|
ALTER TABLE
|
||
|
`problems`
|
||
|
ADD
|
||
|
`type` varchar(20) NOT NULL DEFAULT 'local';
|
||
|
|
||
|
ALTER TABLE
|
||
|
`problems`
|
||
|
ADD
|
||
|
KEY `type` (`type`);
|