Update database

This commit is contained in:
2022-10-23 13:49:11 +00:00
committed by GitHub
parent 9d1bb86d97
commit 918ce0ecb4
7 changed files with 169 additions and 7 deletions

View File

@@ -3,5 +3,4 @@
| id | File id | integer |
| path | The path of the file | string |
| last_modified | The last time the file was modified(HTTP Header) | timestamp |
| etag | The etag(HTTP Header) of the file | string |
| url | The source url | string |

View File

@@ -6,3 +6,5 @@
| uid | User id of the author | integer |
| description | Description of artwork | string |
| count | Number of pages | integer |
| is_nsfw | Whether the artwork is NSFW | boolean |
| lock | Specify which part should not be updated. | integer |