Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
|||
| item_id | text | 2147483647 | null |
|
|
|||
| source | text | 2147483647 | null |
|
|
|||
| media_type | text | 2147483647 | null |
|
|
|||
| original_url | text | 2147483647 | null |
|
|
|||
| local_path | text | 2147483647 | null |
|
|
|||
| download_success | bool | 1 | false |
|
|
|||
| downloaded_at | text | 2147483647 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| media_pkey | Primary key | Asc | id |
| idx_media_item | Performance | Asc | item_id |