class ActiveRecord::Migration::Compatibility::V5_0
def add_reference(table_name, ref_name, **options)
def add_reference(table_name, ref_name, **options) super(table_name, ref_name, type: :integer, **options) end
def add_reference(table_name, ref_name, **options) super(table_name, ref_name, type: :integer, **options) end