-- Roadmap items gain an optional metadata_text field — a short admin-set -- narrative cue shown in the route card's hover expansion. Free-form, -- ~60 chars suggested in admin helper text. NULL when not set; UI hides -- the line in that case. ALTER TABLE roadmap_items ADD COLUMN metadata_text TEXT;