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

2 lines
78 B
SQL

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