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