class ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
def integer_like_primary_key_type(type, options)
def integer_like_primary_key_type(type, options) :primary_key end
def references(*args, **options)
def references(*args, **options) super(*args, type: :integer, **options) end