jws-backend/prisma/migrations/20241122040156_add_attribute_field_on_step/migration.sql

3 lines
85 B
MySQL
Raw Normal View History

2024-11-22 11:02:20 +07:00
-- AlterTable
ALTER TABLE "RequestWorkStepStatus" ADD COLUMN "attributes" JSONB;