mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.1 KiB
		
	
	
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			1.1 KiB
		
	
	
	
	
	
		
			Vendored
		
	
	
	
branches
| Column Name | Data Type | Nullity | Default value | Description | 
|---|---|---|---|---|
| branchId | Text | Non-null | The ID of the branch, in the form of a_bwhereais theparentNoteIdandbis thenoteId. | |
| noteId | Text | Non-null | The ID of the note. | |
| parentNoteId | Text | Non-null | The ID of the parent note the note belongs to. | |
| notePosition | Integer | Non-null | The position of the branch within the same level of hierarchy, the value is usually a multiple of 10. | |
| prefix | Text | Nullable | The branch prefix if any, or NULLotherwise. | |
| isExpanded | Integer | Non-null | 0 | Whether the branch should appear expanded (its children shown) to the user. | 
| isDeleted | Integer | Non-null | 0 | 1if the entity is deleted,0otherwise. | 
| deleteId | Text | Nullable | null | |
| utcDateModified | Text | Non-null | Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z) |