-- AlterTable
ALTER TABLE `Course` ADD COLUMN `short_description` TEXT NULL;
