zipline/prisma/migrations/20230115195550_rename_fields_url/migration.sql

2 lines
74 B
MySQL
Raw Normal View History

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