jws-backend/prisma/migrations/20250716023822_allow_foreign_address/migration.sql
Methapon2001 2ee0e97953
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
chore: migration
2025-07-16 09:38:34 +07:00

6 lines
243 B
SQL

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