whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Commands
/
stubs
/
migration
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/nwidart/laravel-modules/src/Commands/stubs/migration/drop.stub
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::dropIfExists('$TABLE$'); } /** * Reverse the migrations. */ public function down(): void { Schema::create('$TABLE$', function (Blueprint $table) { $table->id(); $FIELDS$ $table->timestamps(); }); } };
Copyright ©2021 || Defacer Indonesia