Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/database/migrations/2023_03_14_082303_alter_order_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. * * @return void */ public function up() { Schema::table('orders', function (Blueprint $table) { $table->date('date_scheduled')->nullable(); $table->date('date_pick_or_ship_by')->nullable(); $table->bigInteger('stock_location_id')->nullable()->unsigned(); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка