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 10428b8 commit fed3de0Copy full SHA for fed3de0
src/RegExpPattern.php
@@ -36,6 +36,7 @@ public static function tables()
36
$pattern .= '(?:\s+ENGINE=(?<engine>[^;\s]+))?\s*';
37
$pattern .= '(?:AUTO_INCREMENT=(?<autoIncrement>\d+))?\s*';
38
$pattern .= '(?:DEFAULT CHARSET=(?<defaultCharset>[^;\s]+))?\s*)';
39
+ $pattern .= '(?:COLLATE=.+?)?\s*';
40
$pattern .= '(?:\/\*.+?\*\/)?\s*';
41
$pattern .= ';/';
42
$pattern .= 's'; // modifier
0 commit comments