instance method unsigned_float

Ruby on Rails 5.2.8.1

Since v5.2.8.1 Last seen in v7.2.3

Available in: v5.2.8.1 v6.0.6 v6.1.7.10 v7.0.10 v7.1.6 v7.2.3

Signature

unsigned_float(*args, **options)

No documentation comment.

Parameters

args rest
options keyrest
Source
# File activerecord/lib/active_record/connection_adapters/mysql/schema_definitions.rb, line 43
        def unsigned_float(*args, **options)
          args.each { |name| column(name, :unsigned_float, options) }
        end

Defined in activerecord/lib/active_record/connection_adapters/mysql/schema_definitions.rb line 43 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods

Type at least 2 characters to search.

↑↓ navigate · open · esc close