Hi,
I am stuck in my db design : I am designing an application for managing our deliverables production.
a client can receive several types of deliverables but these deliverables types can have different attributes, some of these are mandatory attributes for one type but not for another. So all in the same table is a problem.
I was thinking of subclassing the deliverables types into different tables maybe.
how should i best do this ?
thanks
I am stuck in my db design : I am designing an application for managing our deliverables production.
a client can receive several types of deliverables but these deliverables types can have different attributes, some of these are mandatory attributes for one type but not for another. So all in the same table is a problem.
I was thinking of subclassing the deliverables types into different tables maybe.
how should i best do this ?
thanks