Files
recipe-app/backend/prisma/migrations/20260417100000_add_recipe_servings/migration.sql
T

3 lines
73 B
SQL

-- AlterTable
ALTER TABLE `Recipe` ADD COLUMN `servings` INTEGER NULL;