Module: ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods

Defined in:
lib/bytesize/activerecord.rb

Instance Method Summary collapse

Instance Method Details

#bytesize(*args, **options) ⇒ Object



43
44
45
# File 'lib/bytesize/activerecord.rb', line 43

def bytesize( *args, **options )
  args.each{|name| column( name, :bigint, options.merge(unsigned:true) )}
end