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

5 lines
No EOL
156 B
SQL

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