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