You could also go super generic and implenent a EAV model
like Mr JAx has.
EntityType(ID, Name)
Entity(Id,EntityTypeID)
EntityRelationship(ID,EntityID, EntityID)
EntityRelationshipValue(EntityRelationshipID,Value)
I built database's like this for finaicial institues for 8 years.. they are very compact and work really quickly..
like Mr JAx has.
EntityType(ID, Name)
Entity(Id,EntityTypeID)
EntityRelationship(ID,EntityID, EntityID)
EntityRelationshipValue(EntityRelationshipID,Value)
I built database's like this for finaicial institues for 8 years.. they are very compact and work really quickly..
Last edited: