Build the stuff for payments.
This commit is contained in:
@@ -18,9 +18,8 @@ return new class extends Migration
|
||||
$table->decimal('paid_amount', 15, 2);
|
||||
$table->string('status');
|
||||
$table->string('payment_method')->nullable();
|
||||
$table->date('payment_date');
|
||||
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user