Add more foreign key in model_has_roles table. #2713
Unanswered
vinodpatidar2020
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm creating a school management system. It is not for a specific school but in the application we can add more school and used school_id as team_id for teams permission. But in the model_has_roles table i want to add one more column for session_id means in the current (2024-25) session a particular user has specific role in the school. Because if i want to search student in the old session it may be possible that a particular student is not in the old session.
So i want to add also session_id in the model_has_roles table.
Beta Was this translation helpful? Give feedback.
All reactions