Flowdock
method

unsigned_decimal

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ColumnMethods
unsigned_decimal public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/mysql/schema_definitions.rb, line 53
        included do
          define_column_methods :blob, :tinyblob, :mediumblob, :longblob,
            :tinytext, :mediumtext, :longtext, :unsigned_integer, :unsigned_bigint,
            :unsigned_float, :unsigned_decimal
        end
      end
Register or log in to add new notes.