Need recommendation for a table structure
Posted
by yapiskan
on Stack Overflow
See other posts from Stack Overflow
or by yapiskan
Published on 2010-06-18T07:48:14Z
Indexed on
2010/06/18
7:53 UTC
Read the original article
Hit count: 144
database-design
I have an entity which has 4 different types of property that could have only one value for each case which are boolean, decimal, string or text. I don't want to define the table with 4 boolean, decimal, nvarchar and ntext columns. What would you recommend to cover this case?
© Stack Overflow or respective owner