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