mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
Reviewed By: alexsn Differential Revision: D17051159 fbshipit-source-id: 38a10d91e9d39db5381edc4c1cc4d4fe09655d6e
254 B
254 B
Following-Followers M2M Relation
In this following-followers example, we have a M2M relation between users to its followers. Each user can follow many users, and can have many followers.
Generate Assets
go generate ./...