This repository has been archived on 2026-02-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
synthetic-consumer-data/prisma/migrations/20241124141114_purchase_reflections_default_null/migration.sql

3 lines
79 B
SQL

-- AlterTable
ALTER TABLE "items" ALTER COLUMN "reflections" SET DEFAULT null;