`joinRelation` doesn't use the table alias if specified like this: ``` js Person .query() .from('Person as p') .joinRelation('pets') ``` The full table name is used instead.