jws-backend/prisma/migrations/20240418061959_rename_field/migration.sql
2024-04-18 13:21:37 +07:00

9 lines
232 B
SQL

/*
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;