|
|
|
|
|
by ludston
2102 days ago
|
|
I'm interested in understanding what you mean. What is "OR" shaped data? Are you thinking of data like, "The staff member must have either a salary or an hourly rate"? Typically I would see this modelled with two db columns, with a DB constraint indicating that only one of these can have a value. |
|