Answers for "edit column table ruby on rails"

2

active record modify column name

rename_column :table, :old_column, :new_column
Posted by: Guest on November-11-2020
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 "edit column table ruby on rails"

Browse Popular Code Answers by Language