method
drop_virtual_table
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SQLite3Adapter
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.