Files
pixiv_downloader/doc/db/pixiv_artworks.md
2022-10-23 13:49:11 +00:00

11 lines
416 B
Markdown

| Name | Description | Type |
|:----:|:-----------:|:----:|
| id | Artwork id (unique) | integer |
| title | Title of artwork | string |
| author | Author name | string |
| 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 |