Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/database/migrations/2022_06_09_123818_test_logs.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class TestLogs extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('test_logs', function (Blueprint $table) { $table->id(); $table->unsignedBigInteger('user_id')->nullable(); $table->string('model',100); $table->string('action',7); $table->text('message'); $table->json('models'); $table->timestamps(); $table->foreign('user_id')->references('id')->on('users'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка