jws-backend/prisma/migrations/20241010094304_add_flow_information_dyn/migration.sql

3 lines
69 B
MySQL
Raw Permalink Normal View History

2024-10-10 16:43:09 +07:00
-- AlterTable
ALTER TABLE "RequestData" ADD COLUMN "flow" JSONB;