There was an error while loading. Please reload this page.
1 parent b5f3f7a commit 3ed0942Copy full SHA for 3ed0942
1 file changed
crates/server/src/db/readme.md
@@ -123,4 +123,15 @@ erDiagram
123
int lid PK
124
timestamp added
125
}
126
+ PAGINATION {
127
+ uuid id PK
128
+ int userid FK
129
+ int next_fileid FK
130
+ string query
131
+ string query_type "Enum options: search, similaritysearch"
132
+ int total_results
133
+ timestamp created
134
+ }
135
+ PAGINATION ||--}| PERSON : has
136
+ PAGINATION ||--|| FILE : has
137
```
0 commit comments