jws-backend/prisma/migrations/20241018074812_add_max_worker_field/migration.sql

3 lines
74 B
MySQL
Raw Permalink Normal View History

2024-10-18 14:48:50 +07:00
-- AlterTable
ALTER TABLE "Quotation" ADD COLUMN "workerMax" INTEGER;