mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
3 lines
97 B
MySQL
3 lines
97 B
MySQL
|
-- CreateEnum
|
||
|
CREATE TYPE "ExitCode" AS ENUM ('SE', 'CS', 'CE', 'TLE', 'MLE', 'RE', 'AC', 'WA');
|