whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
database
/
migrations
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/database/migrations/2023_05_15_103212_e_invoice_ssl_storage.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('companies', function (Illuminate\Database\Schema\Blueprint $table) { $table->text('e_invoice_certificate')->nullable(); $table->text('e_invoice_certificate_passphrase')->nullable(); $table->text('origin_tax_data')->nullable(); }); \Illuminate\Support\Facades\Artisan::call('ninja:design-update'); } /** * Reverse the migrations. * * @return void */ public function down() { // } };
Copyright ©2021 || Defacer Indonesia