migration 2.sql 75 B

12
  1. -- AlterTable
  2. ALTER TABLE `post` MODIFY `content` VARCHAR(10000) NOT NULL;