Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
delivery_session_id | uuid | 2147483647 | null |
|
|
|||||
appointment_id | uuid | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_delivery_session_appointment | Primary key | Asc/Asc | delivery_session_id + appointment_id |
idx_delivery_session_appointment_appointment__id | Performance | Asc | appointment_id |
idx_delivery_session_appointment_delivery_session__id | Performance | Asc | delivery_session_id |
uk_delivery_session_appointments_appointment_id | Must be unique | Asc | appointment_id |