id(); $table->string('kriteria1'); $table->integer('nilai_bobot'); $table->string('kriteria2'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('perbandinganks'); } };