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.
2 parents 086eea6 + 77071f4 commit a2f39f6Copy full SHA for a2f39f6
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