method

drop_virtual_table

rails latest stable - Class: ActiveRecord::ConnectionAdapters::SQLite3Adapter

Method not available on this version

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

drop_virtual_table(table_name, module_name, values, **options)
public

Drops a virtual table

Although this command ignores module_name and values, it can be helpful to provide these in a migration’s change method so it can be reverted. In that case, module_name, values and options will be used by #create_virtual_table.