id(); $table->string('nama_kelas'); $table->string('jurusan'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('kelas'); } };