I am trying to build a model where each logged user can decide if he/she is 
a tutor or student or both.
So the tutor table has to 'reference auth.settings.table_user_name' and 
student also has to have the same reference.

The tutor/student/logged user have to be related by their id key I imagine.

Is this the proper way to go about this? Moreover, how can I check that the 
relationship is working?

-- 



Reply via email to