zipline/prisma/migrations/20210827202147_favorite/migration.sql

3 lines
92 B
MySQL
Raw Normal View History

2021-08-27 13:48:22 -07:00
-- AlterTable
ALTER TABLE "Image" ADD COLUMN "favorite" BOOLEAN NOT NULL DEFAULT false;