Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('asset.copy_part_map_id_seq'::regclass) |
|
|
|||||
target_copy | int8 | 19 | null |
|
|
||||||
part | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
copy_part_map_pkey | Primary key | Asc | id |
copy_part_map_cp_part_idx | Must be unique | Asc/Asc | target_copy + part |