Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('Insights.department_shipping_method_mapping_id_seq'::regclass) |
|
|
|||||
department_id | int4 | 10 | null |
|
|
||||||
shipping_method_system_name | varchar | 200 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_department_shipping_method_mapping | Primary key | Asc | id |
ixdepartment_shipping_method_mapping_department_id | Performance | Asc | department_id |