-- AlterTable
ALTER TABLE `books` ADD COLUMN `release_date` DATETIME(3) NULL;
