Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('acq.provider_address_id_seq'::regclass) |
|
|
|||||
| valid | bool | 1 | true |
|
|
||||||
| address_type | text | 2147483647 | √ | null |
|
|
|||||
| provider | int4 | 10 | null |
|
|
||||||
| street1 | text | 2147483647 | null |
|
|
||||||
| street2 | text | 2147483647 | √ | null |
|
|
|||||
| city | text | 2147483647 | null |
|
|
||||||
| county | text | 2147483647 | √ | null |
|
|
|||||
| state | text | 2147483647 | null |
|
|
||||||
| country | text | 2147483647 | null |
|
|
||||||
| post_code | text | 2147483647 | null |
|
|
||||||
| fax_phone | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| provider_address_pkey | Primary key | Asc | id |
