-- AlterTable
ALTER TABLE `books` MODIFY `status` VARCHAR(191) NOT NULL DEFAULT 'completed';
