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 c8c37b9 commit f50c412Copy full SHA for f50c412
src/RegExpPattern.php
@@ -6,7 +6,7 @@
6
class RegExpPattern
7
{
8
private static $columnTypeRegExps = [
9
- '(?:tiny|small|medium|big)?int\((?<intLength>\d+)\)(?:\s+unsigned)?',
+ '(?:tiny|small|medium|big)?int(?:\((?<intLength>\d+)\))?(?:\s+unsigned)?',
10
'float(?:\s+unsigned)?(?:\((?<floatLength>\d+),(?<floatPrecision>\d+)\))?',
11
'binary',
12
'real',
0 commit comments