boolean('global')->after('verified_at')->default(1); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('subscribers', function (Blueprint $table) { $table->dropColumn('global'); }); } }