What happened?
A table with this column
$table->uuid('id')->primary();
is generated as unknown.
Expected Behavior
The generated attribute is of type string.
Steps To Reproduce
Laravel v12.35.1
modeltyper v3.4.1
- Create a Model with UUID primary keys.
- Run
php artisan model:typer
What happened?
A table with this column
is generated as
unknown.Expected Behavior
The generated attribute is of type
string.Steps To Reproduce
Laravel v12.35.1
modeltyper v3.4.1
php artisan model:typer