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 9419dd4 commit 3e41811Copy full SHA for 3e41811
src/Generators/FactoryGenerator.php
@@ -196,7 +196,7 @@ public static function fakerDataType(string $type)
196
'timestamp' => 'dateTime()',
197
'integer' => 'randomNumber()',
198
'unsignedsmallinteger' => 'randomDigitNotNull',
199
- 'bigint' => 'randomNumber()',
+ 'biginteger' => 'randomNumber()',
200
'smallint' => 'randomNumber()',
201
'decimal' => 'randomFloat(/** decimal_attributes **/)',
202
'float' => 'randomFloat(/** float_attributes **/)',
0 commit comments