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 42e35ee commit 4fd99daCopy full SHA for 4fd99da
src/RegExpPattern.php
@@ -18,7 +18,7 @@ class RegExpPattern
18
'float(?:\s+unsigned)?(?:\((?<floatLength>\d+),(?<floatPrecision>\d+)\))?',
19
'binary',
20
'real',
21
- 'decimal\((?<decimalLength>\d+),(?<decimalPrecision>\d+)\)',
+ 'decimal\((?<decimalLength>\d+),(?<decimalPrecision>\d+)\)(?:\s+unsigned)?',
22
'double(?:\((?<doubleLength>\d+),(?<doublePrecision>\d+)\))?(?:\s+unsigned)?',
23
'datetime',
24
'date',
@@ -146,4 +146,4 @@ public static function indexColumn()
146
147
return $pattern;
148
}
149
-}
+}
0 commit comments