chew/prisma/migrations/20211214141306_summary/migration.sql

3 lines
65 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE `Post` MODIFY `summary` TEXT NOT NULL;