67
edits
No edit summary |
No edit summary |
||
Line 1,306: | Line 1,306: | ||
|Second user ID (Blockee) | |Second user ID (Blockee) | ||
| | | | ||
|- | |||
|created_at | |||
|datetime | |||
| | |||
| | |||
|- | |||
|updated_at | |||
|datetime | |||
| | |||
| | |||
|} | |||
=== Assets microservice === | |||
Manages assets, forwards them from S3-compatible buckets. | |||
{| class="wikitable" | |||
!Key | |||
!Type | |||
!Description | |||
!Default | |||
|- | |||
|id* | |||
|PK UUID | |||
| | |||
| | |||
|- | |||
|user_id | |||
|FK UUID | |||
|Created by user | |||
| | |||
|- | |||
|asset_tag | |||
|text | |||
|Asset tag | |||
| | |||
|- | |||
|source_uri | |||
|text | |||
|Data source URI | |||
| | |||
|- | |||
|source | |||
|text | |||
|Data source | |||
| | |||
|- | |||
|originalname | |||
|text | |||
|Original name | |||
| | |||
|- | |||
|mimetype | |||
|varchar 255 | |||
|Mimetype | |||
| | |||
|- | |||
|filesize | |||
|int | |||
|File size in bytes | |||
| | |||
|- | |||
|upload_ip | |||
|text | |||
|Uploader IP address | |||
| | |||
|- | |||
|public | |||
|boolean | |||
|If false, requires valid token issued by platform to access | |||
|false | |||
|- | |- | ||
|created_at | |created_at |