string('ip', 45)->after('user_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('activities', function (Blueprint $table) { $table->dropColumn('ip'); }); } };