Remove invalid WITH default option (#960)

It seems like `create schema` option for WITH statement is invalid.
This commit is contained in:
Mathieu Santostefano 2019-05-07 23:06:02 +02:00 committed by Dimitri Fontaine
parent b1d55e07d6
commit 6aa42ec68f

View File

@ -103,7 +103,7 @@ MySQL Database Migration Options: WITH
--------------------------------------
When loading from a `MySQL` database, the following options are supported,
and the default *WITH* clause is: *no truncate*, *create schema*, *create
and the default *WITH* clause is: *no truncate*, *create
tables*, *include drop*, *create indexes*, *reset sequences*, *foreign
keys*, *downcase identifiers*, *uniquify index names*.