mirror of
https://github.com/zadam/trilium.git
synced 2026-02-26 08:10:56 +01:00
9 lines
688 B
Markdown
Vendored
9 lines
688 B
Markdown
Vendored
# etapi_tokens
|
|
| Column Name | Data Type | Nullity | Default value | Description |
|
|
| --- | --- | --- | --- | --- |
|
|
| `etapiTokenId` | Text | Non-null | | A unique ID of the token (e.g. `aHmLr5BywvfJ`). |
|
|
| `name` | Text | Non-null | | The name of the token, as is set by the user. |
|
|
| `tokenHash` | Text | Non-null | | The token itself. |
|
|
| `utcDateCreated` | Text | Non-null | | Creation date in UTC format (e.g. `2023-11-08 16:43:44.204Z`) |
|
|
| `utcDateModified` | Text | Non-null | | Modification date in UTC format (e.g. `2023-11-08 16:43:44.204Z`) |
|
|
| `isDeleted` | Integer | Non-null | 0 | `1` if the entity is [deleted](../Deleted%20notes.md), `0` otherwise. | |