el.xwx.moe/prisma/migrations/20240924235035_add_quantity.../migration.sql

3 lines
95 B
MySQL
Raw Normal View History

2024-10-06 00:59:31 -05:00
-- AlterTable
ALTER TABLE "Subscription" ADD COLUMN "quantity" INTEGER NOT NULL DEFAULT 1;