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