Файловый менеджер - Редактировать - /home/clickysoft/public_html/database/migrations/2024_08_20_000006_create_countries_table.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateCountriesTable extends Migration { public function up() { Schema::create('countries', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('name', 50)->nullable(); $table->string('short_code', 3)->nullable(); $table->timestamps(); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка