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