Skip to content

Commit

Permalink
add drop index
Browse files Browse the repository at this point in the history
  • Loading branch information
brindasasi committed Dec 22, 2023
1 parent c543472 commit e809329
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function up(): void
public function down(): void
{
Schema::table('users', function (Blueprint $table) {
$table->dropIndex('users_searchable_index');
$table->dropColumn('searchable');
});
}
Expand Down

0 comments on commit e809329

Please sign in to comment.