string('ip', 45)->change(); }); } public function down() { Schema::table('users', function (Blueprint $table) { $table->string('ip', 39)->change(); }); } }