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