Module: ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- Extended by:
- ActiveSupport::Concern, ConnectionAdapters::ColumnMethods::ClassMethods
- Included in:
- Table, TableDefinition
- Defined in:
- activerecord/lib/active_record/connection_adapters/mysql/schema_definitions.rb
Instance Method Summary collapse
-
#blob ⇒ Object
:method: unsigned_bigint :call-seq: unsigned_bigint(*names, **options).
Methods included from ActiveSupport::Concern
append_features, class_methods, extended, included, prepend_features, prepended
Instance Method Details
#blob ⇒ Object
:method: unsigned_bigint :call-seq: unsigned_bigint(*names, **options)
46 47 48 |
# File 'activerecord/lib/active_record/connection_adapters/mysql/schema_definitions.rb', line 46 define_column_methods :blob, :tinyblob, :mediumblob, :longblob, :tinytext, :mediumtext, :longtext, :unsigned_integer, :unsigned_bigint, :unsigned_float, :unsigned_decimal |