-- Add avatar_url column to users table for custom avatar uploads ALTER TABLE users ADD COLUMN avatar_url TEXT;