Class: ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnDefinition
- Inherits:
-
ColumnDefinition
- Object
- Struct
- ColumnDefinition
- ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnDefinition
- Defined in:
- lib/active_record/connection_adapters/postgresql/schema_definitions.rb
Instance Attribute Summary collapse
-
#array ⇒ Object
Returns the value of attribute array.
Attributes inherited from ColumnDefinition
#after, #auto_increment, #collation, #comment, #default, #first, #limit, #name, #null, #precision, #primary_key, #scale, #sql_type, #type
Method Summary
Methods inherited from ColumnDefinition
Instance Attribute Details
#array ⇒ Object
Returns the value of attribute array.
156 157 158 |
# File 'lib/active_record/connection_adapters/postgresql/schema_definitions.rb', line 156 def array @array end |