string('id_pegawai')->primary(); $table->string('nama_pegawai'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('ms_pegawai'); } };