chore: migration
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
This commit is contained in:
parent
236ee48eab
commit
2ee0e97953
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "addressForeign" BOOLEAN NOT NULL DEFAULT false,
|
||||
ADD COLUMN "districtText" TEXT,
|
||||
ADD COLUMN "provinceText" TEXT,
|
||||
ADD COLUMN "subDistrictText" TEXT,
|
||||
ADD COLUMN "zipCodeText" TEXT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue