Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_stats_user_weekly_id_seq'::regclass) |
|
|
||
| courseid | int8 | 19 | 0 |
|
|
|||
| userid | int8 | 19 | 0 |
|
|
|||
| roleid | int8 | 19 | 0 |
|
|
|||
| timeend | int8 | 19 | 0 |
|
|
|||
| statsreads | int8 | 19 | 0 |
|
|
|||
| statswrites | int8 | 19 | 0 |
|
|
|||
| stattype | varchar | 30 | ''::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_statuserweek_id_pk | Primary key | Asc | id |
| app_statuserweek_cou_ix | Performance | Asc | courseid |
| app_statuserweek_rol_ix | Performance | Asc | roleid |
| app_statuserweek_tim_ix | Performance | Asc | timeend |
| app_statuserweek_use_ix | Performance | Asc | userid |
