id('id_subkriteria'); $table->string('id_kriteria'); $table->string('kode_subkriteria'); $table->string('nama_subkriteria'); $table->string('nilai_bobot'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('datakriterias'); } };