Answers for "Ruby on Rails change column type migration"

1

rails migration change type of column

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

edit column table ruby on rails

change_column :table, :column_name, :type, :whatever_here
Posted by: Guest on January-18-2021

Code answers related to "Ruby on Rails change column type migration"

Browse Popular Code Answers by Language