= private = protected
[](name)
Returns a ColumnDefinition for the column with name name.
# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 201 def [](name) @columns.find {|column| column.name.to_s == name.to_s} end