Database – Quick Note Entity (quick_note_entity)
Holds quick note entity information.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
note_name | varchar(255) | note name | ||
note_category_id | int(11) | note category id | ||
note_content | text | note content | ||
entity_type | char(64) | Type of the associated entity | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |