How to design database tables (MySQL) for multiple users ?
Posted
by Hisyam
on Stack Overflow
See other posts from Stack Overflow
or by Hisyam
Published on 2010-03-15T04:52:54Z
Indexed on
2010/03/15
4:59 UTC
Read the original article
Hit count: 224
i would like to know the best way to design database tables for multiple users, like any website that requires a user log in before they can start posting anything.
Should my code create individual tables for every users or something different?
© Stack Overflow or respective owner