Diagram.RS
Blog
文
A
Users and roles ER diagram
An entity-relationship diagram template for a many-to-many users/roles permission system.
Diagram code
Copy code
Reset example
Copy share link
erDiagram USER ||--o{ USER_ROLE : has ROLE ||--o{ USER_ROLE : "assigned to" USER { int id string email } ROLE { int id string name } USER_ROLE { int userId int roleId }
Preview
Download SVG
Download PNG
Theme
Default
Open in ER diagram tool
Browse all templates