dcb-service-core-api/prisma/migrations/20251114005353_init/migration.sql
Mamadou Khoussa [028918 DSI/DAC/DIF/DS] 767201ec06 subscription management
2025-11-14 01:43:27 +00:00

9 lines
243 B
SQL

/*
Warnings:
- Added the required column `customerId` to the `payments` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "payments" ADD COLUMN "customerId" INTEGER NOT NULL;