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

2 lines
No EOL
74 B
SQL

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