Skip to content

Commit 9f5a967

Browse files
committed
fix rollback
1 parent 5ea5c4b commit 9f5a967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations_v2/2018_11_19_164609_update_transactions_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function up(): void
5959
public function down(): void
6060
{
6161
Schema::table($this->table(), function (Blueprint $table) {
62+
$table->dropForeign(['wallet_id']);
6263
$table->dropColumn('wallet_id');
6364
});
6465
}

0 commit comments

Comments
 (0)