id('PerusahaanID'); $table->string('NamaPerusahaan', 255); $table->text('Alamat')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('Perusahaan'); } };