Files
ent/examples/o2m2types
Ariel Mashraki e493574c83 entc: add postgres dialect for sql storage driver options
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/123

Reviewed By: alexsn

Differential Revision: D18117641

fbshipit-source-id: 8e520a1b1f70c7bea70f8a37ac698116e98a804e
2019-10-24 10:49:47 -07:00
..
2019-08-26 02:44:29 -07:00

User-Pets O2M Relation

An example for a O2M (one-to-many) relation between a user and its pets.
Each user has many pets, and a pet has one owner. If a user A adds a pet B using the pets edge, B can get its owner using the owner edge.

Generate Assets

go generate ./...