Files
Giau. Tran Minh 2b1ad7e4b0 chore: bump x/tools to latest (#4329)
* chore: bump `x/tools` to latest

* chore: fixed lint on go1.24
2025-02-13 16:09:44 +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 ./...

Run Example

go test