Working with Mysql5
Trying to figure out the best way to structure this database.
basically I have a table like this
fields:
stateid
taxable (y/n)
taxsoftware (y/n)
taxinventory (y/n)
taxCIP (y/n)
I need to allow the users to attach comments to each of the columns. I need to strore the comments in a separate database where each users comments about a specific field can be captured.
What is the best way to go about this? Some kind of match table? Can't visualize how that would be queried.