File manager - Edit - /var/www/payraty/hris-standalone/stubs/nwidart-stubs/migration/create.stub
Back
<?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::create('$TABLE$', function (Blueprint $table) { $table->id(); $FIELDS$ $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('$TABLE$'); } };
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings