Is there a way to rename a column in the migrations?
Also, how does the migrations know what version of the database is currently being used? It seems like whenever we run the migrations tool it executes all the available migrations?
Thanks in advance!