Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/database/migrations/2021_12_23_000036_create_clients_table.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateClientsTable extends Migration { public function up() { Schema::create('clients', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('first_name')->nullable(); $table->string('last_name')->nullable(); $table->string('company')->nullable(); $table->string('email')->nullable(); $table->string('phone')->nullable(); $table->string('website')->nullable(); $table->string('skype')->nullable(); $table->string('country')->nullable(); $table->timestamps(); $table->softDeletes(); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка