-- Add request type/category metadata to tasks table alter table tasks add column request_type text, add column request_type_other text, add column request_category text;