Answers for "how to change the column type in rails in a existing table"

1

rails migration change type of column

change_column :table_name, :column_name, :date
Posted by: Guest on May-11-2021

Code answers related to "how to change the column type in rails in a existing table"

Browse Popular Code Answers by Language