File manager - Edit - /var/www/payraty/inventory_main/stubs/migration.update.stub
Back
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class {{ class }} extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('{{ table }}', function (Blueprint $table) { // }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('{{ table }}', function (Blueprint $table) { // }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings