I have an email table for emails that go to one subset of users. I want to create another email table for emails that go to a completely different subset of users. However, since I have an existing table that has the same exact structure, should I just re-use that table? Is there an architectural advantage of creating a separate table because it serves a different purpose?
Edit: As a note, all columns on both tables will be filled. There aren't different types associated.