====== Account_Note ====== The **Account_Note** table stores notes about an organisation's account. It is only visible to SYSADMIN and GOD - see [[:users]]. This is a [[technical:table_types|Standard Table]] because it will not be editable. ^ field ^ Type ^ NULL ^ | idNote | INT | NO | Primary Key - auto increment | | time | TIMESTAMP | NO | The time the note was created. Automatically populated | | createdBy | INT | NO | The [[Person]] who created the note or zero for a system created note | | note | TEXT | NO | The note text | | Account_idAccount | INT | NO | Foreign Key to the [[Account]] table |