migration.sql 84 B

12
  1. -- AlterTable
  2. ALTER TABLE `post` ADD COLUMN `isTop` BOOLEAN NOT NULL DEFAULT false;