Skip to content

Commit b666f95

Browse files
committed
update razorpay payment migration table
1 parent 7cf34bc commit b666f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Database/Migrations/2021_12_12_1639301101_create_razorpay_payments_table.php

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function up()
2121
Schema::create('rzp_payments', function (Blueprint $table) {
2222

2323
$table->integer('id',11);
24+
$table->string('core_order_id',50)->nullable()->default('NULL');
2425
$table->string('razorpay_event_id',50)->nullable()->default('NULL');
2526
$table->string('razorpay_invoice_id',40)->nullable()->default('NULL');
2627
$table->string('razorpay_order_id',80)->nullable()->default('NULL');

0 commit comments

Comments
 (0)