标签: postgresql elixir ecto
我有一个postgres数据库,其中包含两个我经常需要加入的模式。我一直在使用Repo.all(%{query | prefix: "customers"})只是一个表,但是当我在一个查询中加入"customers.contacts" "accounts.details"时,我不确定添加前缀的正确方法。
Repo.all(%{query | prefix: "customers"})
"customers.contacts"
"accounts.details"