string('header_bg')->nullable()->after('profile_layout'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('profiles', function (Blueprint $table) { $table->dropColumn('header_bg'); }); } }