Mysql – Which one is better: Adding a new table vs Adding new column vs Changing type of existing column?
I am working on a system using JPA where Entity 'Events' are associated with Entity 'Groups' and each Group has five boolean columns (Group1, Group2...) indicating their attendance status for an event. Now, I need to enhance the system by…