-- AlterTable
ALTER TABLE `User` MODIFY `password` VARCHAR(255) NOT NULL;
