diff --git a/src/Generators/FactoryGenerator.php b/src/Generators/FactoryGenerator.php index 539cede2..89f433cc 100644 --- a/src/Generators/FactoryGenerator.php +++ b/src/Generators/FactoryGenerator.php @@ -137,6 +137,7 @@ protected function fakerDataType(string $type) 'smallint' => 'randomNumber()', 'decimal' => 'randomFloat()', 'float' => 'randomFloat()', + 'longtext' => 'text', 'boolean' => 'boolean' ];