340
edits
m (→Approach 1)  | 
				m (→Approach 1)  | 
				||
| Line 46: | Line 46: | ||
* maybe a song<->song relation "cover version of" ?  | * maybe a song<->song relation "cover version of" ?  | ||
* list bands/groups and members? -> artist<->artist relation "member of" and a type flag for artists: band/person?  | * list bands/groups and members? -> artist<->artist relation "member of" and a type flag for artists: band/person?  | ||
* make song<->audio file a many-to-many relation (for audio files which contain more than one song)  | |||
* maybe try to unify typical data about a person in a new person table which can then be refered to by seiyu, artist and producer tables. (would also remove the need for a special artist<->seiyu relation)  | |||
* ...  | * ...  | ||
Don't Fix?:  | Don't Fix?:  | ||
* we can't store very complex cases, but maybe we don't need to  | * we can't store very complex cases, but maybe we don't need to  | ||