Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/database/migrations/2023_05_16_152930_create_payments_table.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('payments', function (Blueprint $table) { $table->id(); $table->unsignedBigInteger('order_id'); $table->string('transaction_id'); $table->string('terminal_id'); $table->string('action'); $table->string('amount_base'); $table->string('amount_total'); $table->string('method'); $table->string('status'); $table->string('approved'); $table->string('message'); $table->string('account_type'); $table->string('last_four'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('payments'); } };
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка