mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
docs(dev): update recent technical documentation
This commit is contained in:
6
docs/Developer Guide/Developer Guide/Architecture/Database structure/recent_notes.md
vendored
Normal file
6
docs/Developer Guide/Developer Guide/Architecture/Database structure/recent_notes.md
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# recent_notes
|
||||
| Column Name | Data Type | Nullity | Default value | Description |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| `noteId` | Text | Non-null | | Unique ID of the note (e.g. `yRRTLlqTbGoZ`). |
|
||||
| `notePath` | Text | Non-null | | The path (IDs) to the [note](notes.md) from root to the note itself, separated by slashes. |
|
||||
| `utcDateCreated` | Text | Non-null | | Creation date in UTC format (e.g. `2023-11-08 16:43:44.204Z`) |
|
||||
Reference in New Issue
Block a user