Anons79 Mini Shell

Directory : /home/aplikasiposinfo/www/tokoku.fixmate.id/database/migrations/
Upload File :
Current File : /home/aplikasiposinfo/www/tokoku.fixmate.id/database/migrations/2025_02_13_015331_history_demo.php

<?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
    {
        //
        try {
            Schema::create('history_demos', function (Blueprint $table) {
                $table->id();
                $table->string("nomor");


                $table->timestamps();
            });
        } catch (\Throwable $th) {
            //throw $th;
        }
    }

    /**
     * Reverse the migrations.
     */
    public function down(): void
    {
        //
    }
};

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]