I have a users table in which general data about users is stored and there is an admins table in which there is a key to the users table and what special data, how do I properly configure and implement guards so that for both guards the input occurs through the users table
or the best solution would be not to link these tables and completely separate the user and admins, that the admin is authorized through the admins table