-- AlterTable
ALTER TABLE `user` ADD COLUMN `password` VARCHAR(64) NULL;
