hi,
i have a two kinds of users in my project - visitors and workers.
visitors users have the next column: ID, age, gender and name.
workers users have all of visitors column(i.e ID,age,gender and name) and workerID, family name and start day in project.
how i build my DB smart?
one table for both? (i.e the column: workerID, family name and start day in project always been empty for visitors users)?
or maybe one table for the commons column(ID, age, gender and name) and second table for the rest(workerID, family name and start day in project).
thank you very much!!!
miki