Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/database/migrations/2023_09_08_000008_create_units_table.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateUnitsTable extends Migration { public function up() { Schema::create('units', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('number')->nullable(); $table->string('lease_term')->nullable(); $table->date('rent_due_date')->nullable(); $table->decimal('monthly_rent', 50, 2)->nullable(); $table->decimal('security_deposit', 50, 2)->nullable(); $table->decimal('size', 50, 2)->nullable(); $table->longText('description')->nullable(); $table->integer('no_of_bedrooms')->nullable(); $table->integer('no_of_bathroom')->nullable(); $table->date('available_date')->nullable(); $table->timestamps(); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка