2 lines
82 B
SQL
2 lines
82 B
SQL
ALTER TABLE study_spaces RENAME COLUMN "building_address" TO "building_location";
|
ALTER TABLE study_spaces RENAME COLUMN "building_address" TO "building_location";
|