wip
This commit is contained in:
@@ -13,7 +13,7 @@ return new class extends Migration
|
|||||||
{
|
{
|
||||||
Schema::create('sber_payment_order_items', function (Blueprint $table) {
|
Schema::create('sber_payment_order_items', function (Blueprint $table) {
|
||||||
$table->id();
|
$table->id();
|
||||||
$table->foreignId('sber_payment_order_id')->constrained('visa_master_payment_orders')->nullOnDelete();
|
$table->foreignId('sber_payment_order_id')->constrained('sber_payment_orders')->nullOnDelete();
|
||||||
$table->foreignId('online_payment_history_id')->nullable()->constrained('online_payment_histories')->nullOnDelete();
|
$table->foreignId('online_payment_history_id')->nullable()->constrained('online_payment_histories')->nullOnDelete();
|
||||||
|
|
||||||
$table->string('payer_name')->nullable();
|
$table->string('payer_name')->nullable();
|
||||||
|
|||||||
Reference in New Issue
Block a user