Class: ActiveRecord::ConnectionAdapters::ChangeColumnDefaultDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::ChangeColumnDefaultDefinition
- Defined in:
- 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.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
117 118 119 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 117 def column @column end |
#default ⇒ Object
Returns the value of attribute default
117 118 119 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 117 def default @default end |