-- AlterTable (nullable first, backfilled by script, then tightened in the next migration)
ALTER TABLE `confessions` ADD COLUMN `slug` VARCHAR(191) NULL,
    ADD COLUMN `title` VARCHAR(191) NULL;
