Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_core_relationship_id_seq'::regclass) |
|
|
||||||||||||||||||||
idnumber | varchar | 255 | ''::character varying |
|
|
|||||||||||||||||||||
type | int2 | 5 | 0 |
|
|
|||||||||||||||||||||
component | varchar | 100 | √ | null |
|
|
||||||||||||||||||||
sort_order | int8 | 19 | 1 |
|
|
|||||||||||||||||||||
created_at | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totacorerela_id_pk | Primary key | Asc | id |
app_totacorerela_idn_uix | Must be unique | Asc | idnumber |
app_totacorerela_sor_ix | Performance | Asc | sort_order |