Perbaikan modul data karyawan dan staff + modul SOP import
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user