method
unsigned?
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::MySQL::Column
unsigned?()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/mysql/column.rb, line 9
def unsigned?
/\bunsigned(?: zerofill)?\z/.match?(sql_type)
end