php - how is designed classic e-commerce database? -


i ask how e-commerce database look. started making e-shop in php , know how should design database (tables). i've table user id | user name | name | surname | address | login | password(md5) | e-mail | registration datetime | last login datetime. thinking store ip's think that's better add function suspend account. mean better store users, admins, employees datas in same table or better make them separates?

thank you

hope this :). database scheme diagram of opencart


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -