Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition

Inherits:
ColumnDefinition show all
Defined in:
activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb

Instance Attribute Summary collapse

Attributes inherited from ColumnDefinition

#after, #default, #first, #limit, #name, #null, #precision, #primary_key, #scale, #sql_type, #type

Method Summary

Methods inherited from ColumnDefinition

#primary_key?

Methods inherited from Struct

#as_json, #to_h

Instance Attribute Details

#arrayObject

Returns the value of attribute array



291
292
293
# File 'activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb', line 291

def array
  @array
end