2 lines
74 B
MySQL
2 lines
74 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Url" RENAME COLUMN "created_at" TO "createdAt";
|