-- AlterTable ALTER TABLE `Post` MODIFY `updatedAt` DATETIME(3) NULL, MODIFY `summary` TEXT NULL;