jws-backend/prisma/migrations/20240417041541_move_field/migration.sql

12 lines
267 B
MySQL
Raw Normal View History

2024-04-17 11:22:12 +07:00
/*
Warnings:
- You are about to drop the column `lineId` on the `BranchContact` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Branch" ADD COLUMN "lineId" TEXT;
-- AlterTable
ALTER TABLE "BranchContact" DROP COLUMN "lineId";