I am using the fos user bundle and I want to add two roles role_admin and role_user.
Should I do this in the securitiy.yml ?
role_hierarchy:
ROLE_ADMIN: ROLE_USER
The second question is that I don't have a column for role in my User table in the database. So how can roles be handled or should I add a column role to my table? More precisely : If I don't add an attribute to the entity User indicating the role, how could we know it?