Simple structure:
have a table PAGES - which stores information about specific landing pages working on developing a GROUPing concept for the pages, where we are saying that a page may or may not belong to a group, and it will only belong to a single group.
Would a linking table group_page.group_id,group_page.page_id be the proper way to go? Or pages.group_id ?
