pub fn pack_status_row(
    collection_id: GlobalId,
    status_name: &str,
    error: Option<&str>,
    ts: u64,
    hint: Option<&str>
) -> Row