I'm trying to structure a database for a e-commerce application.
They'll be two types of users: Customer and Staff (with staff being able to have different permissions)
I would like to have it so a customer cannot be a staff member and a staff member cannot be a customer.
A staff member can only be assigned to one brand.
Here's what I've got.
It's NOT complete so if you suggest to combine a table because it has similar columns, most likely I'll be adding attributes.
How do I structure this?