id()->unique(); $table->string('name'); $table->float('nilai'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('kondisi'); } };