Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_msteams_user_state_id_seq'::regclass) |
|
|
||||
sesskey | varchar | 10 | ''::character varying |
|
|
|||||
verify_code | varchar | 255 | √ | null |
|
|
||||
timeexpiry | int8 | 19 | null |
|
|
|||||
timecreated | int8 | 19 | null |
|
|
|||||
userid | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totamsteuserstat_id_pk | Primary key | Asc | id |
app_totamsteuserstat_use_ix | Performance | Asc | userid |
app_totamsteuserstat_ver_uix | Must be unique | Asc | verify_code |