I have a table in MySQL that holds information about a users licence which has 15 optional qualifications that they may possess on their licence. These are represented as 15 checkboxes on the web form.
Is there a good way to store this information other than just having 15 BOOLs in the table with them being set True or False accordingly?
Thanks
A good way to approach this would be to have three tables:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With