This commit is contained in:
2025-11-02 16:03:26 +05:00
parent 21bd0c0a68
commit b80651519f

View File

@@ -12,6 +12,7 @@ return new class extends Migration
public function up(): void
{
Schema::create('online_payments', function (Blueprint $table) {
$table->id();
$table->string('refunded_amount')->nullable();
$table->string('booking_number')->nullable()->index();
$table->string('amount')->nullable();