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