Build the stuff for payments.

This commit is contained in:
2025-01-16 15:34:10 +01:00
parent f120559e3b
commit dcedbc71c4
17 changed files with 670 additions and 31 deletions

View File

@@ -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();
});
}