Hi!
I want for Trophy entity to have default relation with TrophyData entity.
$structure->relations = array_merge($structure->relations, [
'UP' => [
'entity' => 'UserProgression:TrophyData',
'type' => self::TO_ONE,
'conditions' => 'trophy_id',
'primary' =>...