All Questions
Tagged with cakephp database-design
1 question
1
vote
1
answer
1k
views
Store data for multiple User Type
I am developing an app where four types of user share same module. So is it a good idea to create:
one table and user_type and user_id (something like that)
table prefixes basically 4 diff tables of ...