mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
1.5 KiB
1.5 KiB
entity_changes
Column Name | Data Type | Nullity | Default value | Description |
---|---|---|---|---|
id | Integer | Nullable | A sequential numeric index of the entity change. | |
entityName | Text | Nullable | The type of entity being changed (attributes , branches , note_reordering , etc.) | |
entityId | Text | Nullable | The ID of the entity being changed. | |
hash | Text | Nullable | TODO: Describe how the hash is calculated | |
isErased | Integer | Nullable | TODO: What does this do? | |
changeId | Text | Nullable | TODO: What does this do? | |
componentId | Text | Nullable | TODO: What does this do? | |
instanceId | Text | Nullable | TODO: What does this do? | |
isSynced | Integer | Nullable | TODO: What does this do? | |
utcDateChanged | Text | Nullable | Date of the entity change in UTC format (e.g. 2023-11-08 16:43:44.204Z ) |