id(); $table->foreignId('sub_directorat_id'); $table->string('kode',2); $table->string('name',50); $table->timestamps(); $table->softDeletes(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('jobs'); } };