Column Name | Data Type | Nullity | Default value | Description |
---|---|---|---|---|
blobId | Text | Non-null | The unique ID of the blob (e.g. XXbfAJXqWrYnSXcelLFA ). | |
content | Text | Nullable | null | The content of the blob, can be either:
|
dateModified | Text | Non-null | Localized modification date (e.g. 2023-11-08 18:43:44.204+0200 ) | |
utcDateModified | Text | Non-null | Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z ) |
Column Name | Data Type | Nullity | Default value | Description |
---|---|---|---|---|
blobId | Text | Non-null | The unique ID of the blob (e.g. XXbfAJXqWrYnSXcelLFA ).Important: this ID is actually a hash of the content, see | |
content | Text | Nullable | null | The content of the blob, can be either:
|
dateModified | Text | Non-null | Creation date with timezone offset (e.g. 2023-11-08 18:43:44.204+0200 ) | |
utcDateModified | Text | Non-null | Creation date in UTC format (e.g. 2023-11-08 16:43:44.204Z ).Blobs cannot be modified, so this timestamp specifies when the blob was created. |
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 ) |
Column Name | Data Type | Nullity | Default value | Description |
---|---|---|---|---|
id | Integer | Non-null | A sequential numeric index of the entity change. | |
entityName | Text | Non-null | The type of entity being changed (attributes , branches , note_reordering , etc.) | |
entityId | Text | Non-null | The ID of the entity being changed. | |
hash | Text | Nullable (*) | TODO: Describe how the hash is calculated | |
isErased | Integer (1 or 0) | Nullable (*) | TODO: What does this do? | |
changeId | Text | Nullable (*) | TODO: What does this do? | |
componentId | Text | Nullable (*) | The ID of the UI component that caused this change. Examples: | |
instanceId | Text | Nullable (*) | The ID of the instance that created this change. | |
isSynced | Integer (1 or 0) | Non-null | TODO: What does this do? | |
utcDateChanged | Text | Non-null | Date of the entity change in UTC format (e.g. 2023-11-08 16:43:44.204Z ) |