0
How does the composer ID field in songs get used? Seems like the songwriter could be a pair of INT fields linked to a single table of composers. In the songs table, one field for music, one for lyricist (if any)
In the composers table a tiny text field to allow multiple names.
The songs table probably should have some suggestions on proper copyright attribution, especially since the table offers a place for lyrics.
In the composers table a tiny text field to allow multiple names.
The songs table probably should have some suggestions on proper copyright attribution, especially since the table offers a place for lyrics.
Responses (3)
-
Accepted Answer
0the composers fields is just a free text field, not like "artist" field, that links to another table
is just extra info for the song, but not searchable
on a future version we may change this to be like artists. not sure.
about "copyright attribution".. what you mean? what would you like to have exactly?
Germi -
Accepted Answer
0This is old but I want to avoid repeating the same question in a new thread. I assume we're talking about the composer_id column on muscol_songs. If that's the case I want to confirm there's no use for it at the moment as it will come handy to add more info to songs.-
Germinal Campsmore than a month agothat's correcty, there's no use for it at the moment. it's just a field on the DB that you can ignore.
-
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »