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