Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/database/migrations/2019_03_19_070903_create_current_stocks_table.php
Ðазад
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateCurrentStocksTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('current_stocks', function (Blueprint $table) { $table->bigIncrements('id'); $table->bigInteger('product_id'); $table->decimal('quantity',8,2); $table->bigInteger('company_id'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('current_stocks'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.6 |
proxy
|
phpinfo
|
ÐаÑтройка