We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--add-drop-table
1 parent 086eea6 commit 77071f4Copy full SHA for 77071f4
src/DB_Command.php
@@ -535,6 +535,9 @@ public function query( $args, $assoc_args ) {
535
* [--porcelain]
536
* : Output filename for the exported database.
537
*
538
+ * [--add-drop-table]
539
+ * : Include a `DROP TABLE IF EXISTS` statement before each `CREATE TABLE` statement.
540
+ *
541
* [--defaults]
542
* : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
543
0 commit comments