method

drop_virtual_table

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.