Skip to content

Commit 72557c9

Browse files
Add decimal data type
1 parent 135f2e3 commit 72557c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CustomMySqlQueries.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ trait CustomMySqlQueries
1919
'mediumint' => 'int',
2020
'bigint' => 'int',
2121
'float' => 'float',
22+
'decimal' => 'float',
2223
'double' => 'float',
2324
'json' => 'string',
2425
'char' => 'string',

0 commit comments

Comments
 (0)