Perbaikan modul data karyawan dan staff + modul SOP import

This commit is contained in:
Iwit
2026-06-04 08:36:18 +07:00
parent 5811409e2d
commit 91c0a8147f
26 changed files with 1167 additions and 399 deletions
@@ -13,6 +13,7 @@ return new class extends Migration
{
Schema::create('positions', function (Blueprint $table) {
$table->id();
$table->string('name'); // PASTIKAN BARIS INI ADA
$table->timestamps();
});
}