SQL in a while so )
I have this scenario where I have a list of X checks ( a check is an entity ) and many users that those checks apply.
The nr of checks is dynamic so I would need to add more in the future. How do you usually solve this kind of situation where you need to store the checks for each users and keeping a checks template ?
can checks be reused for different users? if so, why don't you create a many-to-many relation between Users and Checks?
Обсуждают сегодня