Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/database/migrations/2023_09_08_000007_create_properties_table.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreatePropertiesTable extends Migration { public function up() { Schema::create('properties', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('name')->nullable(); $table->string('address')->nullable(); $table->string('type')->nullable(); $table->integer('country_id')->nullable(); $table->integer('city_id')->nullable(); $table->integer('state_id')->nullable(); $table->string('zip_code')->nullable(); $table->date('purchase_date')->nullable(); $table->decimal('value', 15, 2)->nullable(); $table->string('purchase_term')->nullable(); $table->timestamps(); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка