json('data_pembanding')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('inspeksi', function (Blueprint $table) { $table->dropColumn('data_pembanding'); }); } };