activerecord make column mand code example
Example: rails add index from console
ActiveRecord::Migration.add_column :table_name, :field_name, :field_type
ActiveRecord::Migration.add_column :table_name, :field_name, :field_type