3 lines
78 B
MySQL
3 lines
78 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Stats" RENAME COLUMN "created_at" TO "createdAt";
|