Files
ent/examples/edgeindex
MrParano1d a75e9c5a8f entc/gen: fix missing unique field in query builder template (#2332)
* fix(query): fix missing unique field in query builder template

when a query gets cloned the unique field doesn't get cloned

#2331

* fix(query): added missing go generate ./...

#2331

* fix(query): added missing go generate ./...

#2331
2022-02-15 22:31:05 +02: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 ./...

Run Example

go test