jws-backend/prisma/migrations/20240417091605_add_missing_user_field_checkpoint/migration.sql

4 lines
103 B
MySQL
Raw Normal View History

2024-04-17 16:21:53 +07:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "checkpoint" TEXT,
ADD COLUMN "checkpointEN" TEXT;