wip
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user