id(); $table->string('nama'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('kelas'); } };