Table accounts_notes is linked to table accounts and holds open text information pertaining to a particular account. The id fields links directly to the id fields of table_accounts.
Table Type: MyISAM
Field
Type
Default
Description
id
auto_increment
N/A
PRIMARY KEY - unique id assigned to each account entry
notes
text
Holds the notes for accounts of all types (customers, vendors, employees, branches)