V1.5.7

I have nearly finished a products location add on that creates a table to store the location of the product against the products_id. I also want to store the customs hs code. I was wondering if it would be better to write a separate plug in with an other addition table or whether to combine the two aspects into a single table. Thus one table
products_id, products_location, products_hscode

it would also mean combining the processing code for both to add the capture fields (not an issue) or keep them separate as two distinct processes.

From my perspective adding a single table seems easier for me. But I do not know what the best way to go would be from a general perspective.

Any views/input welcome.