class ActiveRecord::ConnectionAdapters::MySQL::Column

def unsigned?

def unsigned?
  /\bunsigned(?: zerofill)?\z/.match?(sql_type)
end