We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just like the add-drop-table but add-truncate-table. Would make sense together with the if-not-exists option.
add-drop-table
add-truncate-table
if-not-exists
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just like the
add-drop-table
butadd-truncate-table
. Would make sense together with theif-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?
The text was updated successfully, but these errors were encountered: