What is the best database schema to support values that are only appropriate to specific rows?
问题 I have a db table called Calendar with fields Id (PK) Name Description CalendarTypeId (FK into CalendarType table) I have another table called CalendarType with fields Id (PK) Name Description The issue is that i need to store an additional field for every calendar where the calendar Type is 2. (but this field would be irrelevant for any other calendar type). Should i just create a new field in the Calendar table and ignore that field for all other calendar that have a different