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