Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Database
/
Migrations
/
stubs
Location:
/home/zoteqbgb/public_html/vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: migration.update.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::table('{{ table }}', function (Blueprint $table) { // }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('{{ table }}', function (Blueprint $table) { // }); } };
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
migration.create.stub
539 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
migration.stub
376 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
migration.update.stub
542 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
Chang
Apply