zipline/prisma/migrations/20220728183855_expiring_images/migration.sql

3 lines
76 B
MySQL
Raw Permalink Normal View History

2022-07-28 15:53:46 -05:00
-- AlterTable
ALTER TABLE "Image" ADD COLUMN "expires_at" TIMESTAMP(3);