Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
appointment_delivery_id | uuid | 2147483647 | null |
|
|
appointment delivery’s unique identifier |
||||
first_address_line | text | 2147483647 | null |
|
|
first address line appointment delivery address location |
||||
second_address_line | text | 2147483647 | √ | null |
|
|
second address line of appointment delivery address location |
|||
town_city | text | 2147483647 | √ | null |
|
|
town or city of appointment delivery address location |
|||
county | text | 2147483647 | √ | null |
|
|
county of appointment delivery address location |
|||
post_code | varchar | 8 | null |
|
|
postcode of appointment delivery address location |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_appointment_delivery_address_appointment_delivery_id | Primary key | Asc | appointment_delivery_id |