[Next Message in Time] | 
[Previous Message in Time] | 
[Next Message in Topic] | 
[Previous Message in Topic] 
Message ID: 16367 
Date: Mon Mar 20 13:34:00 GMT 2000 
Author: Jeremy Mueller 
Subject: Re: [eqbards] Song DB Model. (request for comments) 
> Data mapping tables
> =========================================================
>
>
> song_locations (list of songs and locations, one to many relation)
> --------------
> song_id
> location_id [fk guild_locations]
>
>
> song_unstackables (list of songs which don't stack, one to many)
> ----------------- (this doesnt support 'other' comments, needs work here)
> song_id
> unstack_song_id
>
>
> song_comments (list of comments by type)
> -------------
> song_id
> comment_id [fk comment_types]
> comment_desc
> comment_author