chew/prisma/migrations/20211217154006_cose/migration.sql

3 lines
79 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE `Cohort` ADD COLUMN `description` VARCHAR(191) NULL;