3 lines
86 B
MySQL
3 lines
86 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" RENAME COLUMN "hideMyCowboyHat" TO "hideCowboyHat";
|