judge4c/prisma/migrations/20250615052102_add_trim/migration.sql
dioxide 3a68b9bc9b Add trim function to ignore the whitespace character.
Add a trim key to mark whether the answer should be trimmed.
Add a judgement to determine whether the trim should work.
2025-06-20 11:51:08 +08:00

3 lines
90 B
SQL

-- AlterTable
ALTER TABLE "Problem" ADD COLUMN "trim" BOOLEAN NOT NULL DEFAULT false;