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 135f2e3 commit 72557c9Copy full SHA for 72557c9
src/CustomMySqlQueries.php
@@ -19,6 +19,7 @@ trait CustomMySqlQueries
19
'mediumint' => 'int',
20
'bigint' => 'int',
21
'float' => 'float',
22
+ 'decimal' => 'float',
23
'double' => 'float',
24
'json' => 'string',
25
'char' => 'string',
0 commit comments