-- Migration: Add avatar_url to users table -- Description: Stores the URL/Key of the user's profile picture ALTER TABLE users ADD COLUMN IF NOT EXISTS avatar_url VARCHAR(512);