Skip to content

Some errors + CI fails on Laravel 11.15 #85

Closed
@damiencriado

Description

@damiencriado

I've encountered an issue with the latest version of Laravel (11.15) during migrations.

Schema::table('my_table', static function (Blueprint $table) {
    $table->decimal('my_column', 13, 4)->default(0);
    // ...
});
Duplicate column: 7 ERROR: column "my_column" of relation "my_table" already exists

The CI now fails on the latest version of Laravel: https://github.com/damiencriado/laravel-postgresql-enhanced/actions/runs/9915497290

Maybe it has something to do with this change: laravel/framework#51373

Please let me know if you need any further information to diagnose this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions