id(); $table->enum('jenis', ['lesen_penjaja', 'lesen_pasar_malam','lesen_perniagaan']); $table->string('nama'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('dokumens'); } };