id('MsInstansiId'); $table->string('parent'); $table->string('name'); $table->text('alamat')->nullable(); $table->text('website')->nullable(); $table->text('telp')->nullable(); $table->timestampsTz(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('table_instansi'); } };