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

Inherits:
ColumnDefinition
  • Object
show all
Defined in:
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?

Instance Attribute Details

#arrayObject

Returns the value of attribute array.



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

def array
  @array
end