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 6715530 commit 2671cbbCopy full SHA for 2671cbb
src/Console/Commands/FindRiskyDatabaseColumns.php
@@ -54,7 +54,7 @@ final class FindRiskyDatabaseColumns extends DatabaseInspectionCommand
54
],
55
'bigint unsigned' => [
56
'min' => 0,
57
- 'max' => 180_709_551_615,
+ 'max' => 18_446_744_073_709_551_615,
58
59
'tinyint' => [
60
'min' => -128,
0 commit comments