Skip to content

Commit 2671cbb

Browse files
committed
fix typo
1 parent 6715530 commit 2671cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/FindRiskyDatabaseColumns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ final class FindRiskyDatabaseColumns extends DatabaseInspectionCommand
5454
],
5555
'bigint unsigned' => [
5656
'min' => 0,
57-
'max' => 180_709_551_615,
57+
'max' => 18_446_744_073_709_551_615,
5858
],
5959
'tinyint' => [
6060
'min' => -128,

0 commit comments

Comments
 (0)