Files
songs2yt/prisma/migrations/20260714182648_add_billing_fields/migration.sql
T
2026-07-17 02:23:59 +02:00

4 lines
110 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "cardLast4" TEXT,
ADD COLUMN "subscribedAt" TIMESTAMP(3);