Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_productpart_id_seq'::regclass) |
|
|
|||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| count | int4 | 10 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| product_and_service_id | int4 | 10 | √ | null |
|
|
|||||
| product_and_service_part_of_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_productpart_pkey | Primary key | Asc | id |
| api_productpart_product_and_service_id_fed05d77 | Performance | Asc | product_and_service_id |
| api_productpart_product_and_service_part_of_id_a6961437 | Performance | Asc | product_and_service_part_of_id |