-- AlterTable ALTER TABLE `User` MODIFY `position_x` INTEGER NULL, MODIFY `position_y` INTEGER NULL, MODIFY `rotation` INTEGER NULL;