zipline/prisma/migrations/20230115193136_rename_fields_image/migration.sql
2023-01-15 13:39:07 -08:00

8 lines
No EOL
221 B
SQL

-- AlterTable
ALTER TABLE "Image" RENAME COLUMN "created_at" TO "createdAt";
-- AlterTable
ALTER TABLE "Image" RENAME COLUMN "expires_at" TO "expiresAt";
-- AlterTable
ALTER TABLE "Image" RENAME COLUMN "file" TO "name";