Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_playlist_resource_id_seq'::regclass) |
|
|
|||||
| playlistid | int8 | 19 | null |
|
|
||||||
| resourceid | int8 | 19 | null |
|
|
||||||
| userid | int8 | 19 | null |
|
|
||||||
| sortorder | int8 | 19 | null |
|
|
||||||
| timecreated | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_playreso_id_pk | Primary key | Asc | id |
| app_playreso_pla_ix | Performance | Asc | playlistid |
| app_playreso_sor_ix | Performance | Asc | sortorder |
| app_playreso_tim_ix | Performance | Asc | timecreated |
| app_playreso_use_ix | Performance | Asc | userid |

