fix migration error

This commit is contained in:
Jack Goh
2018-08-17 10:55:40 +08:00
parent 37a22322f4
commit 94d770bcba
@@ -26,8 +26,5 @@ class AddBillingFieldToSupplierbookingTable extends Migration
*/
public function down()
{
Schema::table('supplier_bookings', function (Blueprint $table) {
$table->dropColumn('billing_amount');
});
}
}