Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_mobile_webviews_id_seq'::regclass) |
|
|
||||
deviceid | int8 | 19 | null |
|
|
|||||
url | varchar | 1333 | ''::character varying |
|
|
|||||
secret | varchar | 255 | ''::character varying |
|
|
|||||
sessionid | int8 | 19 | √ | null |
|
|
||||
sid | varchar | 128 | √ | null |
|
|
||||
timecreated | int8 | 19 | null |
|
|
|||||
timestarted | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totamobiwebv_id_pk | Primary key | Asc | id |
app_totamobiwebv_dev_ix | Performance | Asc | deviceid |
app_totamobiwebv_sec_uix | Must be unique | Asc | secret |
app_totamobiwebv_ses_ix | Performance | Asc | sessionid |