Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
file_id | int8 | 19 | null |
|
|
||||||
asset_id | text | 2147483647 | null |
|
|
ID of the Mux asset as a whole. Used when updating or deleting assets. |
|||||
mux_asset_status_id | int4 | 10 | null |
|
|
||||||
playback_id | text | 2147483647 | null |
|
|
ID of the Mux playback configuration for the asset. This is passed to the video player to stream a video. |
|||||
created_time | timestamptz | 35,6 | null |
|
|
When the file was sent to Mux to create the asset. This can be later than the created time of the original file. |
|||||
ready_time | timestamptz | 35,6 | √ | null |
|
|
If the asset is ready to play, what time it became ready. |
||||
error_message | text | 2147483647 | √ | null |
|
|
If Mux failed to process the asset, the error it encountered. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
mux_assets_pkey | Primary key | Asc | file_id |
mux_assets_asset_id_key | Must be unique | Asc | asset_id |
mux_assets_playback_id_key | Must be unique | Asc | playback_id |