ilham
ilhamwara 2025-06-10 14:22:32 +07:00
parent 1378aa2338
commit 8daa8f6857
10 changed files with 1 additions and 33 deletions

View File

@ -1,32 +0,0 @@
<?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('PeriodePelaporan', function (Blueprint $table) {
$table->id('PeriodePelaporanId');
$table->string('NamaPeriode');
$table->date('BulanAwal');
$table->date('BulanSelesai');
$table->timestamps();
});
}
/**
* Reverse the migrations.
*/
public function down(): void
{
Schema::table('PeriodePelaporan', function (Blueprint $table) {
//
});
}
};

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "skl2025",
"name": "skl",
"lockfileVersion": 3,
"requires": true,
"packages": {