-- AlterTable
ALTER TABLE `Vacation` ADD COLUMN `description` LONGTEXT NULL;
