Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
rel_row_id | serial | 10 | √ | nextval('tmp_cds_handler_relationship_rel_row_id_seq'::regclass) |
|
|
|||||
cds_row_id | int4 | 10 | √ | null |
|
|
|||||
parent_id | varchar | 1024 | √ | null |
|
|
|||||
grandparent_id | varchar | 1024 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tmp_cds_handler_relationship_pkey | Primary key | Asc | rel_row_id |
tmp_cds_handler_relationship_grandparent | Performance | Asc | grandparent_id |