id('JenisKegiatanId'); $table->string('NamaJenisKegiatan'); $table->boolean('IsPublish')->default(0); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('jeniskegiatan'); } };