Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/database/migrations/2021_12_23_000037_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('name')->nullable(); $table->longText('description')->nullable(); $table->date('start_date')->nullable(); $table->float('budget', 15, 2)->nullable(); $table->timestamps(); $table->softDeletes(); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка