Your database design does not follow standard rules of normalisation. You can refer to the following website for an indepth article on database normalisation:
http://www.databasedev.co.uk/database_normalization_basics.html
Due to the lack of normalisation your database cannot provide the flexibility for you to make the changes that you want.
Meanwhile I have modified your db to acheive the outcome that I believe you are after