I have an existing database of events. I want to be able to query what events have availability in what months. Can anyone suggest the best structure for this in the database? Should it be one field for each month that can take a 1/0 and then we can query by month?
It's been a while since I worked in MySQL so any advice would be most appreciated.
Thanks,
Andy