id(); $table->string('name', 100); // (BPJS, Asuransi Swasta, dll) $table->timestamps(); $table->softDeletes(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('insurances'); } };