-- Run this once to add website column to profiles table
ALTER TABLE `profiles`
  ADD COLUMN `website` VARCHAR(255) NULL DEFAULT NULL AFTER `youtube`;
