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 3cb075a commit 0673f3eCopy full SHA for 0673f3e
src/Support/DatabaseFieldConstraints.php
@@ -51,7 +51,7 @@ final class DatabaseFieldConstraints
51
'float_value' => [
52
'max_digits' => 30,
53
'max_decimals' => 15,
54
- 'rules' => ['numeric', 'digits_between:1,30', 'decimal:0,15'],
+ 'rules' => ['numeric', 'decimal:0,15'],
55
],
56
'json_value' => [
57
'max_items' => 500,
0 commit comments