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