pub type PatchsetUpdateEntry<S, B> = ((), Option<Value<S, B>>);
Entry stored per column in a patchset UPDATE: a unit (the format does not carry the old value) plus the new value (or None for unchanged columns).
None