mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
docs(dev): update recent technical documentation
This commit is contained in:
7
docs/Developer Guide/Developer Guide/Architecture/Database structure/options.md
vendored
Normal file
7
docs/Developer Guide/Developer Guide/Architecture/Database structure/options.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# options
|
||||
| Column Name | Data Type | Nullity | Default value | Description |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| `name` | Text | Non-null | | The name of option (e.g. `maxContentWidth`) |
|
||||
| `value` | Text | Non-null | | The value of the option. |
|
||||
| `isSynced` | Integer | Non-null | 0 | `0` if the option is not synchronized and thus can differ between clients, `1` if the option is synchronized. |
|
||||
| `utcDateModified` | Text | Non-null | | Modification date in UTC format (e.g. `2023-11-08 16:43:44.204Z`) |
|
||||
Reference in New Issue
Block a user