migration.sql 89 B

12
  1. -- AlterTable
  2. ALTER TABLE `post` ADD COLUMN `views` INTEGER UNSIGNED NOT NULL DEFAULT 0;