I have a table of group information. Is it good to store group members in same group information table as array in a column? or should I create a separate table for group members?
I am using mysql DB, and RDBMS says to split data as much possible and so I am thinking to prefer the 2 tables option. Any suggestion?