I am going into my ruby console with
ruby c
Then I type in
rename_column :table_name :old_column :new_column
where table_name old_column and new_column is replaced with the correct attributes
After I click enter, I receive the following error:
SyntaxError ((irb):1: syntax error, unexpected ':', expecting end-of-input)
rename_column :table_name ^:old_column :new_column