使用sequelizejs,我有三个模型
country
city
location
({country
有很多city
)和(city
有很多location
)就像(country
<city
<{{1} })
,如果我要查询所有location
并在每个属性中都包含属性location
,而 却包含country
模型怎么办? :
city
有什么办法可以实现?如果我有 10 个模型有远距离关系,并且我想获得 first 和 10th 彼此嵌套的是什么主意...