Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('videos_id_seq'::regclass) |
|
|
|||||
| title | varchar | 255 | null |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| json | 2147483647 | √ | null |
|
|
||||||
| format | video_formats | 2147483647 | null |
|
|
||||||
| resolution_width | int4 | 10 | √ | null |
|
|
|||||
| resolution_height | int4 | 10 | √ | null |
|
|
|||||
| fps | int4 | 10 | √ | null |
|
|
|||||
| target_duration | int4 | 10 | √ | null |
|
|
|||||
| status | video_statuses | 2147483647 | null |
|
|
||||||
| progress | float8 | 17,17 | √ | null |
|
|
|||||
| thumbnail_path | varchar | 500 | √ | null |
|
|
|||||
| video_path | varchar | 500 | √ | null |
|
|
|||||
| preview_path | varchar | 500 | √ | null |
|
|
|||||
| duration | int4 | 10 | √ | null |
|
|
|||||
| file_size | int8 | 19 | √ | null |
|
|
|||||
| encoding_settings | json | 2147483647 | √ | null |
|
|
|||||
| script_data | json | 2147483647 | √ | null |
|
|
|||||
| script_text | text | 2147483647 | √ | null |
|
|
|||||
| created_by | int4 | 10 | null |
|
|
||||||
| channel_id | int4 | 10 | √ | null |
|
|
|||||
| entry_id | int4 | 10 | √ | null |
|
|
|||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| completed_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| videos_pkey | Primary key | Asc | id |
| ix_videos_title | Performance | Asc | title |

