Support overwriting with a null `space_coinc_far` value using an empty string
Currently, if we get a new external event the ext_id
and time_coinc_far
info will be overwritten but not the space_coinc_far
value. This could lead to some strange corner cases of bad behavior, so the safer strategy is use a different null value (None
causes GraceDB to ignore the change) to fill this, such as an empty string.