Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_playlist_id_seq'::regclass) |
|
|
|||||
| name | varchar | 255 | ''::character varying |
|
|
||||||
| summary | text | 2147483647 | √ | null |
|
|
|||||
| summaryformat | int8 | 19 | null |
|
|
||||||
| userid | int8 | 19 | null |
|
|
||||||
| contextid | int8 | 19 | √ | null |
|
|
|||||
| access | int2 | 5 | null |
|
|
||||||
| timecreated | int8 | 19 | null |
|
|
||||||
| timemodified | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_play_id_pk | Primary key | Asc | id |
| app_play_acc_ix | Performance | Asc | access |
| app_play_nam_ix | Performance | Asc | name |
| app_play_tim_ix | Performance | Asc | timecreated |
| app_play_use_ix | Performance | Asc | userid |

