-- AlterTable
ALTER TABLE `confessions` ADD COLUMN `viewCount` INTEGER NOT NULL DEFAULT 0;
