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