method

compatible_table_definition

rails latest stable - Class: ActiveRecord::Migration::Compatibility::V8_0

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

compatible_table_definition(t)
private

No documentation available.

# File activerecord/lib/active_record/migration/compatibility.rb, line 52
          def compatible_table_definition(t)
            t.singleton_class.prepend(TableDefinition)
            super
          end