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

2 lines
65 B
SQL

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