columns()
Returns an array of ColumnDefinition objects for the columns of the table.
# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 415 def columns; @columns_hash.values; end