ALTER TABLE profiles
  ADD COLUMN avatar_position ENUM('center', 'top', 'right', 'bottom', 'left') NOT NULL DEFAULT 'center' AFTER avatar_path;
