Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('Insights.customer_customer_role_mapping_id_seq'::regclass) |
|
|
|||||
customer_id | int4 | 10 | null |
|
|
||||||
role_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_customer_customer_role_mapping | Primary key | Asc | id |
ixcustomer_customer_role_mapping_customer_id | Performance | Asc | customer_id |
ixcustomer_customer_role_mapping_role_id | Performance | Asc | role_id |