Flowdock
method

table_options

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: SchemaCreation
table_options(o) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_creation.rb, line 87
          def table_options(o)
            table_options = {}
            table_options[:comment] = o.comment
            table_options[:options] = o.options
            table_options
          end
Register or log in to add new notes.