mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-04 15:50:51 +00:00
Add a trim key to mark whether the answer should be trimmed. Add a judgement to determine whether the trim should work.
3 lines
90 B
SQL
3 lines
90 B
SQL
-- AlterTable
|
|
ALTER TABLE "Problem" ADD COLUMN "trim" BOOLEAN NOT NULL DEFAULT false;
|