Файловый менеджер - Редактировать - /home/clickysoft/public_html/standup.clickysoft.net/database/migrations/2023_06_14_000006_create_projects_table.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateProjectsTable extends Migration { public function up() { Schema::create('projects', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('project_name'); $table->string('client_name')->nullable(); $table->longText('description')->nullable(); $table->date('date_arrive')->nullable(); $table->timestamps(); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка