私のコードは、配列から同じ値を 2 回挿入します (最後の値)。なんで ?多くの行を挿入する方法はありますが、存在しない場合のみですか?
for x of species # two elements 36 and 37
data = { movie_id : id, species_id : species[x].id }
console.log data
MovieSpecies.exists data, (err, exists) ->
if exists == false
MovieSpecies.create data, (err, items) ->
console.log items