Files
ent/examples/edgeindex
Ariel Mashraki c355ed49be entc/gen: move set-neighbors logic from codegen to sqlgraph
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/183

Reviewed By: alexsn

Differential Revision: D18644179

fbshipit-source-id: 2f2b0c03811a09c4c11240e5161187afbb2ac553
2019-11-24 04:16:36 -08:00
..
2019-08-27 12:15:14 -07:00

City-Street Unique Index Example

In this example, we have a City with many Streets, and we want to set the street name to be unique under each city.

Generate Assets

go generate ./...