For opera collectors it would be nice to keep the role played by singers. This might be from a separate werk_role table
create table werk_role (werk_id integer, character text); create table performance_role (werk_role_id, artist_id);
Log in to post a comment.