Closed
Description
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
Labels
No labels