We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0b600 commit 73dee15Copy full SHA for 73dee15
1 file changed
src/Command/SqlGeneratorCommand.php
@@ -332,7 +332,6 @@ private static function getDataType(\ReflectionProperty $property) : string
332
return 'TINYINT(' . $longestOption . ')';
333
}
334
335
- }
336
337
return match ($type->getName()) {
338
'string' => 'VARCHAR(255)',
0 commit comments