Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_navigation_id_seq'::regclass) |
|
|
||||
parentid | int8 | 19 | 0 |
|
|
|||||
title | varchar | 1024 | ''::character varying |
|
|
|||||
url | varchar | 255 | √ | null |
|
|
||||
classname | varchar | 255 | √ | null |
|
|
||||
sortorder | int8 | 19 | null |
|
|
|||||
depth | int2 | 5 | 1 |
|
|
|||||
path | varchar | 50 | √ | null |
|
|
||||
custom | int2 | 5 | 1 |
|
|
|||||
customtitle | int2 | 5 | 1 |
|
|
|||||
visibility | int2 | 5 | 0 |
|
|
|||||
visibilityold | int2 | 5 | √ | null |
|
|
||||
targetattr | varchar | 100 | ''::character varying |
|
|
|||||
timemodified | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totanavi_id_pk | Primary key | Asc | id |
app_totanavi_par_ix | Performance | Asc | parentid |
app_totanavi_sor_ix | Performance | Asc | sortorder |