README ¶ M2M with Two Types Schema taken from: https://github.com/ent/ent/tree/master/examples/m2m2types Schema Note The following schema was generated by entmaid. erDiagram Group { int id PK string name } group_users { int group_id PK,FK int user_id PK,FK } User { int id PK int age string name } Group |o--o{ group_users : users-groups User |o--o{ group_users : groups-users Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis schema Click to show internal directories. Click to hide internal directories.