instance method
unsigned_decimal
Ruby on Rails 6.0.6
Since v5.2.8.1 Last seen in v7.2.3Signature
unsigned_decimal(*names, **options)
No documentation comment.
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
Defined in activerecord/lib/active_record/connection_adapters/mysql/schema_definitions.rb line 53
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods