class ActiveRecord::ConnectionAdapters::Column

def bigint?

def bigint?
  /\Abigint\b/.match?(sql_type)
end