Maybe isn't correct the title, please suggest a better one!
What I would like to have:
table1:
field1
field2
.....
userID
The user id should be one of the 5 tables: User, Person, Sales, Managers, Whoknows it can be generated an additional field to "know" who's id is the userID like a
userIDtype : enum ( User, Person, Sales, Managers, Whoknows)
how to declare it?
I understand that userID should be a foreign key and the type of the field can be only one type. Theoretically it is possible to be the 5 tables primary key different type ( String, Int, Long ) but in this case is a bigint ( in Postgree)