Files
ent/examples/edgeindex/README.md
Ariel Mashraki e00a7d96a4 ent/doc: add indexes doc and example
Summary: Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1380

Reviewed By: alexsn

Differential Revision: D17075317

fbshipit-source-id: 021cb0bde3849af5a5d842b715a7b7dbd861c54f
2019-08-27 12:15:14 -07:00

11 lines
211 B
Markdown

# City-Street Unique Index Example
In this example, we have a `City` with many `Street`s, and we want to set the
street name to be unique under each city.
### Generate Assets
```console
go generate ./...
```