I'm structuring a database, and found that I have two different objects I'm trying to model. Each one consists of the same things (a varchar and a couple of foreign keys), and will do so for the forseeable future.
I'm (as of now) going to put them in the same table, with an extra 'type' field, but I was wondering if there's standard practice for this.
Edit: To clarify, they'll both be used in the same way as well, with the only differences being where/when they're displayed.