Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
tigrtc_tracking_id | serial | 10 | √ | nextval('sgn.tigrtc_tracking_tigrtc_tracking_id_seq'::regclass) |
|
|
|||||
tc_id | int4 | 10 | √ | null |
|
|
|||||
current_tc_id | int4 | 10 | √ | null |
|
|
|||||
tcindex_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tigrtc_tracking_pkey | Primary key | Asc | tigrtc_tracking_id |
current_tc_id_idx | Performance | Asc | current_tc_id |
tc_id_idx2 | Performance | Asc | tc_id |