Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/database/migrations/2018_11_17_142037_create_payment_histories_table.php
Ðазад
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreatePaymentHistoriesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('payment_histories', function (Blueprint $table) { $table->bigIncrements('id'); $table->bigInteger('company_id'); $table->string('title'); $table->string('method',20)->nullable(); $table->string('currency',3)->nullable(); $table->decimal('amount',10,2); $table->integer('package_id'); $table->string('package_type',10); $table->string('status',10); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('payment_histories'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка