view SQL/mysql/2015111100.sql @ 51:b80b258cc02c

More cleaning up php8 Warnings/deprecations
author Charlie Root
date Wed, 08 Oct 2025 08:50:06 -0400
parents 1e000243b222
children
line wrap: on
line source

ALTER TABLE `users`
  ADD `failed_login` datetime DEFAULT NULL,
  ADD `failed_login_counter` int(10) UNSIGNED DEFAULT NULL;