module ActiveRecord::Migration::Compatibility::V5_0::TableDefinition

def references(*args, **options)

def references(*args, **options)
  super(*args, type: :integer, **options)
end