jws-backend/prisma/migrations/20240418061959_rename_field/migration.sql

10 lines
232 B
MySQL
Raw Normal View History

2024-04-18 13:21:37 +07:00
/*
Warnings:
- You are about to drop the column `telephoneHq` on the `Branch` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Branch" DROP COLUMN "telephoneHq",
ADD COLUMN "telephoneNo" TEXT;