Database – Action Notes Relationship Table (action__notes)
Description
This table maps the relationship between actions and notes for those actions.
Table Fields
Column | Data Type | Column Info | Value Notes |
note_id | INT(11) | The ID of the note associated with the action. Notes can be found in the note_entity table. | |
action_id | INT(11) | The ID of the action. Actions can be found in the action_entity table. |