Файловый менеджер - Редактировать - /home/clickysoft/public_html/angelo.clickysoft.net/database/migrations/2023_01_10_160157_create_user_docs.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::create('user_docs', function (Blueprint $table) { $table->id(); $table->integer('users_id'); $table->string('filename'); $table->string('doc_type'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('user_docs'); } };
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка