Hi all,
I am starting a project. Two main tables to start, Vendors, and Items. One to many relationship. I want to have vendor notes, and item notes, also one to many.
Should I create a Notes table, and link both Vendors and Items to it, or two notes tables, like VendorNotes and ItemNotes...