class ActiveRecord::ConnectionAdapters::TableDefinition

def [](name)

Returns a ColumnDefinition for the column with name +name+.
def [](name)
  @columns_hash[name.to_s]
end