module ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
Public Instance Methods
bytesize( *args, **options )
click to toggle source
# File lib/bytesize/activerecord.rb, line 43 def bytesize( *args, **options ) args.each{|name| column( name, :bigint, options.merge(unsigned:true) )} end