boolean('behind_proxy')->after('scheme')->default(false); }); } /** * Reverse the migrations. */ public function down() { Schema::table('nodes', function (Blueprint $table) { $table->dropColumn('behind_proxy'); }); } }