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