Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_stats_user_monthly_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_statusermont_id_pk | Primary key | Asc | id |
| app_statusermont_cou_ix | Performance | Asc | courseid |
| app_statusermont_rol_ix | Performance | Asc | roleid |
| app_statusermont_tim_ix | Performance | Asc | timeend |
| app_statusermont_use_ix | Performance | Asc | userid |
