jws-backend/prisma/migrations/20241003064126_add_field/migration.sql

9 lines
262 B
MySQL
Raw Normal View History

2024-10-03 13:41:36 +07:00
/*
Warnings:
- Added the required column `amount` to the `QuotationPaySplit` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "QuotationPaySplit" ADD COLUMN "amount" DOUBLE PRECISION NOT NULL;