Flowdock
method

row_format_dynamic_by_default?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: SchemaStatements
row_format_dynamic_by_default?() 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/mysql/schema_statements.rb, line 131
          def row_format_dynamic_by_default?
            if mariadb?
              database_version >= "10.2.2"
            else
              database_version >= "5.7.9"
            end
          end
Register or log in to add new notes.