method

invert_drop_virtual_table

rails latest stable - Class: ActiveRecord::Migration::CommandRecorder

Method not available on this version

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

invert_drop_virtual_table(args)
private

No documentation available.

# File activerecord/lib/active_record/migration/command_recorder.rb, line 386
        def invert_drop_virtual_table(args)
          _enum, values = args.dup.tap(&:extract_options!)
          raise ActiveRecord::IrreversibleMigration, "drop_virtual_table is only reversible if given options." unless values
          super
        end