Add a customers table and roles table in DB. Customer table columns - name, website, address. Role columns - name, key (must be from enum), description. Each user can belong to one customer and have one role. Change the DB schema accordingly. Show customer name and role name for each user in UI.