Join Discord
Powered by
Right now I got a table schema of a `n:n` between ...
# sql
n
Niclas
07/03/2022, 12:23 PM
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
Previous
Next