migration.sql 281 B

12345678
  1. /*
  2. Warnings:
  3. - You are about to alter the column `isTop` on the `post` table. The data in that column could be lost. The data in that column will be cast from `TinyInt` to `UnsignedInt`.
  4. */
  5. -- AlterTable
  6. ALTER TABLE `post` MODIFY `isTop` INTEGER UNSIGNED NOT NULL DEFAULT 0;