Purpose of Users Table
-
As there are three tables related for registration and they are admins , users and customers. So when I sign up from /customer/register it will add it in customers table in database , and when i add user from admin panel of different role other then administrator then it is adding in admins table. So what is the role of users table in database ?