14 Foreign Key Constraints
| Constraint Name | Child Column | Parent Column | Delete Rule | ||
|---|---|---|---|---|---|
| DQProcess_status_dqprocess_id_fkey |
|
|
Cascade on delete | ||
| VerifyClientStatus_datos_distribuidoras_id_fkey |
|
|
Restrict delete | ||
| DatosDistribuidoras_client_division_id_fkey |
|
|
Restrict delete | ||
| VerifyUbigeoStatus_datos_distribuidoras_id_fkey |
|
|
Restrict delete | ||
| VerifyProductStatus_datos_distribuidoras_id_fkey |
|
|
Restrict delete | ||
| FileShippingStatus_datos_distribuidoras_id_fkey |
|
|
Restrict delete | ||
| FileShippingStatus_global_file_shipping_failure_reason_id_fkey |
|
|
Restrict delete | ||
| User_default_global_role_id_fkey |
|
|
Restrict delete | ||
| ClientDivision_client_id_fkey |
|
|
Restrict delete | ||
| UserRole_user_id_fkey |
|
|
Restrict delete | ||
| UserRole_global_role_fkey |
|
|
Restrict delete | ||
| ControlDayStatus_datos_distribuidoras_id_fkey |
|
|
Restrict delete | ||
| VerifyUmStatus_datos_distribuidoras_id_fkey |
|
|
Restrict delete | ||
| VerifySkuStatus_datos_distribuidoras_id_fkey |
|
|
Restrict delete |
Check Constraints
| Table | Constraint Name | Constraint |
|---|---|---|
| FileShippingStatus | consistent_is_ok | ((((is_ok = true) AND (global_file_shipping_failure_reason_id IS NULL)) OR ((is_ok = false) AND (global_file_shipping_failure_reason_id IS NOT NULL)))) |