zipline/prisma/migrations/20230115195803_rename_fields_stats/migration.sql

3 lines
78 B
MySQL
Raw Permalink Normal View History

-- AlterTable
ALTER TABLE "Stats" RENAME COLUMN "created_at" TO "createdAt";