We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2669b16 commit 0648fb5Copy full SHA for 0648fb5
1 file changed
class/Common/MigrateHelper.php
@@ -106,7 +106,7 @@ public function createSchemaFromSqlfile(): bool
106
// get options
107
$this->getOptions($line, $options);
108
$tables[$tableName]['options'] = $options;
109
- } elseif ('ENGINE ' === \mb_strtoupper(\substr($line, 0, 7))) {
+ } elseif ('ENGINE' === \mb_strtoupper(\substr($line, 0, 6))) {
110
111
112
} elseif ('DEFAULT CHARSET ' === \mb_strtoupper(\substr($line, 0, 16))) {
0 commit comments