Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('product_category_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||
| parent_id | int4 | 10 | √ | null |
|
|
Parent Category |
||||||||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||||||||||||||||||||
| name | varchar | 2147483647 | null |
|
|
Name |
|||||||||||||||||||||||||||||
| complete_name | varchar | 2147483647 | √ | null |
|
|
Complete Name |
||||||||||||||||||||||||||||
| parent_path | varchar | 2147483647 | √ | null |
|
|
Parent Path |
||||||||||||||||||||||||||||
| product_properties_definition | jsonb | 2147483647 | √ | null |
|
|
Product Properties |
||||||||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||||||||||||||||||||||||||
| removal_strategy_id | int4 | 10 | √ | null |
|
|
Force Removal Strategy |
||||||||||||||||||||||||||||
| packaging_reserve_method | varchar | 2147483647 | √ | null |
|
|
Reserve Packagings |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| product_category_pkey | Primary key | Asc | id |
| product_category__parent_id_index | Performance | Asc | parent_id |
| product_category__parent_path_index | Performance | Asc | parent_path |

