<?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]