zipline/prisma/migrations/20210827202147_favorite/migration.sql
2021-08-27 13:48:22 -07:00

2 lines
92 B
SQL

-- AlterTable
ALTER TABLE "Image" ADD COLUMN "favorite" BOOLEAN NOT NULL DEFAULT false;