Skip to content

Commit c241412

Browse files
committed
♻️ renamed index
1 parent 3f83f90 commit c241412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/Database/migrations/2023_01_00_000000_create_soft_deleted_models_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function up()
1818
$table->bigInteger('number');
1919
$table->string('string')->nullable();
2020
$table->foreignIdFor(\Lomkit\Rest\Tests\Support\Models\BelongsToRelation::class)->nullable()->constrained();
21-
$table->nullableMorphs('morph_to_relation', 'morph_to_relation_index');
21+
$table->nullableMorphs('morph_to_relation', 'morph_to_relation_soft_index');
2222
$table->timestamps();
2323
$table->softDeletes();
2424
});

0 commit comments

Comments
 (0)