Jump to content

[SOLVED] Account types question


EdwardJ

Recommended Posts

Hi,

If building an application which requires several account types or profiles (admin, user, privileged user, etc). Should I use one single MySQL table with a field like account_type?

or is it better to create multiple tables, one for each type of account, and then add users to each table, depending on the type of that user?

 

Thanks a lot!

Link to comment
https://forums.phpfreaks.com/topic/130630-solved-account-types-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.