Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/database/migrations/2020_06_03_112538_create_notes_table.php
Ðазад
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateNotesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('notes', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('related_to',20)->nullable(); $table->bigInteger('related_id')->nullable(); $table->text('note'); $table->bigInteger('user_id'); $table->bigInteger('company_id'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('notes'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 1.04 |
proxy
|
phpinfo
|
ÐаÑтройка