mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/123 Reviewed By: alexsn Differential Revision: D18117641 fbshipit-source-id: 8e520a1b1f70c7bea70f8a37ac698116e98a804e
Groups-Users M2M Relation
In this groups-users example, we have a M2M relation between groups and their users. Each group has many users, and each user can be joined to many groups.
Generate Assets
go generate ./...