Ok, thanks for answering my previous question.
I have a table called “notes” and one of the fields is the unique id of the “thing” which the note is “for” or “to”.
For example, in my app, I have properties, jobs, users etc.
I want any user to be able to write a note for the property, for the job or to another user. Do I need a separate table for each type of note, or can I have all notes in one table and have the unique id of the thing which the note is for stored in one of the fields?
Thanks in advance…