Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
||||||
| room_id | text | 2147483647 | null |
|
|
||||||
| payment_id | text | 2147483647 | null |
|
|
||||||
| obj_key | text | 2147483647 | null |
|
|
||||||
| filename | text | 2147483647 | null |
|
|
||||||
| file_size_bytes | int8 | 19 | √ | null |
|
|
|||||
| download_count | int4 | 10 | 0 |
|
|
||||||
| generated_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| deal_downloads_pkey | Primary key | Asc | id |
| idx_downloads_room | Performance | Asc | room_id |