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