Module: Torque::PostgreSQL::Adapter::ColumnDefinition
- Defined in:
- lib/torque/postgresql/adapter/schema_definitions.rb
Instance Attribute Summary collapse
-
#enum_type ⇒ Object
Returns the value of attribute enum_type.
-
#subtype ⇒ Object
Returns the value of attribute subtype.
Instance Attribute Details
#enum_type ⇒ Object
Returns the value of attribute enum_type.
50 51 52 |
# File 'lib/torque/postgresql/adapter/schema_definitions.rb', line 50 def enum_type @enum_type end |
#subtype ⇒ Object
Returns the value of attribute subtype.
50 51 52 |
# File 'lib/torque/postgresql/adapter/schema_definitions.rb', line 50 def subtype @subtype end |