feat: update field
This commit is contained in:
parent
c079f43e8d
commit
af4489dccc
7 changed files with 162 additions and 160 deletions
10
prisma/migrations/20240611042536_add_field/migration.sql
Normal file
10
prisma/migrations/20240611042536_add_field/migration.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `birthPlace` on the `EmployeeOtherInfo` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "EmployeeOtherInfo" DROP COLUMN "birthPlace",
|
||||
ADD COLUMN "fatherBirthPlace" TEXT,
|
||||
ADD COLUMN "motherBirthPlace" TEXT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue