-- AlterTable
ALTER TABLE `user` ADD COLUMN `passwordUpdatedAt` DATETIME(3) NULL;
