Right now I got a table schema of a `n:n` between ...
# sql
n
Right now I got a table schema of a
n:n
between a
User
and
Team
(so one user can be in multiple teams and one team has multiple users) and I attached a
Role
field to that
n:n
table to store if it is a user or a trainer