Files
psp_api/prisma/migrations/20260311090111_init/migration.sql
T
2026-03-11 20:42:34 +03:30

3 lines
132 B
SQL

-- AlterTable
ALTER TABLE `accounts` MODIFY `type` ENUM('PARTNER', 'BUSINESS', 'SUPER_ADMIN', 'ADMIN', 'PROVIDER', 'POS') NOT NULL;