migrate for kadar rebet annur

This commit is contained in:
nurafrinaalimi16
2025-05-11 16:39:50 +08:00
parent a2e37f5903
commit 07d442a654
2 changed files with 62 additions and 0 deletions
@@ -0,0 +1,28 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class KadarRebet extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
//
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}