Files
Trilium/docs/Developer Guide/Developer Guide/Architecture/Database/Database structure/etapi_tokens.md
T
2025-11-04 15:51:54 +02:00

703 B
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, 0 otherwise.