I have a table
car
carID
name
and another table
wheel
carID
name
Trying to change the column car
.carID to ID,
I get Error on rename of...
Due to the Constraints of the wheel table,
how can I still rename the column?
(my DB is far more complex than this example, so manually is a no go)