mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
1.2 KiB
1.2 KiB
blobs
| 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. |