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.
1 parent e3359f2 commit c8df48aCopy full SHA for c8df48a
src/RegExpPattern.php
@@ -36,7 +36,7 @@ class RegExpPattern
36
public static function tables()
37
{
38
$pattern = '/(?<creationScript>CREATE\s+TABLE\s+(?<ifNotExists>IF NOT EXISTS)?\s*`(?<tableName>\S+)`\s+';
39
- $pattern .= '\((?<tableDefinition>[^\/]+?)\)';
+ $pattern .= '\((?<tableDefinition>.+?)\)';
40
$pattern .= '(';
41
$pattern .= '(?:\s+ENGINE\s*=\s*(?<engine>[^;\s]+))?\s*';
42
$pattern .= '|';
0 commit comments