id(); $table->string('kode_gejala', 5)->nullable()->unique(); $table->string('gejala', 255); }); } public function down(): void { Schema::dropIfExists('gejala'); } };