Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_navigation_settings_id_seq'::regclass) |
|
|
||||
itemid | int8 | 19 | null |
|
|
|||||
type | varchar | 255 | ''::character varying |
|
|
|||||
name | varchar | 255 | ''::character varying |
|
|
|||||
value | varchar | 255 | √ | null |
|
|
||||
timemodified | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totanavisett_id_pk | Primary key | Asc | id |
app_totanavisett_ite_ix | Performance | Asc | itemid |