Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('container.copy_bucket_item_id_seq'::regclass) |
|
|
|||||
bucket | int4 | 10 | null |
|
|
||||||
target_copy | int4 | 10 | null |
|
|
||||||
pos | int4 | 10 | √ | null |
|
|
|||||
create_time | timestamptz | 35,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
copy_bucket_item_pkey | Primary key | Asc | id |
copy_bucket_item_bucket_idx | Performance | Asc | bucket |