移除 last_paid
This commit is contained in:
parent
ac538adc3a
commit
809050c2a6
@ -16,6 +16,7 @@ public function up(): void
|
|||||||
Schema::table('hosts', function (Blueprint $table) {
|
Schema::table('hosts', function (Blueprint $table) {
|
||||||
$table->dropColumn('next_due_at');
|
$table->dropColumn('next_due_at');
|
||||||
$table->dropColumn('billing_cycle');
|
$table->dropColumn('billing_cycle');
|
||||||
|
$table->dropColumn('last_paid');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user