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 7291204 commit 9b32eddCopy full SHA for 9b32edd
src/Generators/ModelGenerator.php
@@ -362,7 +362,7 @@ private function phpDataType(string $dataType)
362
'timestamptz' => '\Carbon\Carbon',
363
'timestamps' => '\Carbon\Carbon',
364
'timestampstz' => '\Carbon\Carbon',
365
- 'tinyincrements' => 'integer',
+ 'tinyincrements' => 'int',
366
'tinyinteger' => 'int',
367
'unsignedbiginteger' => 'int',
368
'unsigneddecimal' => 'float',
0 commit comments