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 906c993 commit eb36806Copy full SHA for eb36806
src/ShowTable.php
@@ -75,7 +75,7 @@ protected function getFields(string $table) : array
75
$columns = [];
76
foreach ($show as $row) {
77
\preg_match(
78
- '~^([^( ]+)(?:\\((.+)\\))?( unsigned)?( zerofill)?$~',
+ '~^([^( ]+)(?:\((.+)\))?( unsigned)?( zerofill)?$~',
79
$row['Type'],
80
$match
81
);
0 commit comments