= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.
These similar methods exist in v7.1.3.2:
[](name)
Returns a ColumnDefinition for the column with name name.
# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 284 def [](name) @columns_hash[name.to_s] end