Class: ActiveRecord::ConnectionAdapters::Singlestore::SchemaCreation
- Inherits:
-
SchemaCreation
- Object
- SchemaCreation
- ActiveRecord::ConnectionAdapters::Singlestore::SchemaCreation
- Defined in:
- lib/active_record/connection_adapters/singlestore/schema_creation.rb
Instance Method Summary collapse
Instance Method Details
#table_modifier_in_create(o) ⇒ Object
5 6 7 |
# File 'lib/active_record/connection_adapters/singlestore/schema_creation.rb', line 5 def table_modifier_in_create(o) " ROWSTORE" if o.rowstore end |