0 votes
in Drupal - A Content Vault by
Explain using module how you can drop the table?

1 Answer

0 votes
by

 Explain using module how you can drop the table?

To drop the table you can use db_drop_table in install file.

...