-- Migration: Add theme to users ALTER TABLE users ADD COLUMN theme VARCHAR(20) DEFAULT 'light';