Oh, and here's the relationship:
MB_Relationships_API::register([
'id' => get_relation_id(DOCTOR_TYPE, LOCATION_TYPE),
'from' => [
'object_type' => 'post',
'post_type' => DOCTOR_TYPE,
'meta_box' => [
'title' => 'Available at locations',
],
'admin_column' => true,
],
'to' => [
'object_type' => 'post',
'post_type' => LOCATION_TYPE,
'meta_box' => [
'title' => 'Doctors at Location',
],
],
]);