Skip to content

[BUG] UUID column is unknown #107

Description

@axelrindle

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

  1. Create a Model with UUID primary keys.
  2. Run php artisan model:typer

Metadata

Metadata

Assignees

No one assigned

    Labels

    StalebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions