Class: ActiveRecord::ConnectionAdapters::ChangeColumnDefaultDefinition
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#default ⇒ Object
Returns the value of attribute default.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
115 116 117 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 115 def column @column end |
#default ⇒ Object
Returns the value of attribute default
115 116 117 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 115 def default @default end |