Just like the `add-drop-table` but `add-truncate-table`. Would make sense together with the `if-not-exists` option. Though you can workaround with `add-drop-table` and then simply let the dump completely re-create the tables. But wouldnt a truncate perform better?