Files
kycnotme/web/prisma/migrations/20250723070746_add_registered_country/migration.sql

3 lines
89 B
MySQL
Raw Normal View History

2025-07-23 11:33:11 +00:00
-- AlterTable
ALTER TABLE "Service" ADD COLUMN "registrationCountryCode" VARCHAR(2);