DEV Community

Discussion on: Ecto's Repo.insert

Collapse
 
sinni800 profile image
sinni800

That's a cool tidbit of info.

So, does this also count for auto-increment IDs then?

Collapse
 
sushant12 profile image
Sushant Bajracharya

By default, primary key typically :id are returned without even using returning: true.