Method: Cequel::Schema::Column#type
- Defined in:
- lib/cequel/schema/column.rb
#type ⇒ Type (readonly)
Returns the type of the column.
13 14 15 |
# File 'lib/cequel/schema/column.rb', line 13 def type @type end |
Returns the type of the column.
13 14 15 |
# File 'lib/cequel/schema/column.rb', line 13 def type @type end |