Answers for "change the type of a column in migration rails"

0

rails migration change type of column

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

Code answers related to "change the type of a column in migration rails"

Browse Popular Code Answers by Language