zipline/prisma/migrations/20230115195906_rename_fields_invite/migration.sql

5 lines
156 B
MySQL
Raw Permalink Normal View History

-- AlterTable
ALTER TABLE "Invite" RENAME COLUMN "created_at" TO "createdAt";
-- AlterTable
ALTER TABLE "Invite" RENAME COLUMN "expires_at" TO "expiresAt";