Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_event_id_seq'::regclass) |
|
|
||||
name | text | 2147483647 | null |
|
|
|||||
description | text | 2147483647 | null |
|
|
|||||
format | int2 | 5 | 0 |
|
|
|||||
categoryid | int8 | 19 | 0 |
|
|
|||||
courseid | int8 | 19 | 0 |
|
|
|||||
groupid | int8 | 19 | 0 |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
|||||
repeatid | int8 | 19 | 0 |
|
|
|||||
modulename | varchar | 20 | ''::character varying |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_even_id_pk | Primary key | Asc | id |
app_even_cat_ix | Performance | Asc | categoryid |
app_even_cou_ix | Performance | Asc | courseid |
app_even_grocouvisuse_ix | Performance | Asc/Asc/Asc/Asc | groupid + courseid + visible + userid |
app_even_tim2_ix | Performance | Asc | timeduration |
app_even_tim_ix | Performance | Asc | timestart |
app_even_typtim_ix | Performance | Asc/Asc | type + timesort |
app_even_use_ix | Performance | Asc | userid |