2024-08-18 12:34:43 -06:00

3 lines
78 B
SQL

-- AlterTable
ALTER TABLE `User` ADD COLUMN `passwordHash` VARCHAR(191) NULL;