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