refactor: customer create and update process
This commit is contained in:
parent
b167a612b4
commit
5bb8da818c
6 changed files with 261 additions and 462 deletions
2
prisma/migrations/20240820063852_add_field/migration.sql
Normal file
2
prisma/migrations/20240820063852_add_field/migration.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "CustomerBranch" ADD COLUMN "legalPersonName" TEXT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue