db_note
Notes associated with tasks and contacts
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
created | Date | Â | Date this note was created |
detail | String | Â | The text of this note |
creator_id | Integer | db_person.id | Creator |
task_id | Integer | db_task.id | Â |
contact_id | Integer | db_person.id | Â |