jws-backend/prisma/migrations/20250911021745_add_more_payment_metadata/migration.sql
Methapon2001 c47ffb5435
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
chore: migration
2025-09-11 09:17:52 +07:00

4 lines
131 B
SQL

-- AlterTable
ALTER TABLE "Payment" ADD COLUMN "account" TEXT,
ADD COLUMN "channel" TEXT,
ADD COLUMN "reference" TEXT;