Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('actor.usr_address_id_seq'::regclass) |
|
|
|||||||||||
valid | bool | 1 | true |
|
|
||||||||||||
within_city_limits | bool | 1 | true |
|
|
||||||||||||
address_type | text | 2147483647 | 'MAILING'::text |
|
|
||||||||||||
usr | 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 |
|
|
||||||||||||
pending | bool | 1 | false |
|
|
||||||||||||
replaces | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
usr_address_pkey | Primary key | Asc | id |
actor_usr_addr_city_idx | Performance | ||
actor_usr_addr_post_code_idx | Performance | ||
actor_usr_addr_state_idx | Performance | ||
actor_usr_addr_street1_idx | Performance | ||
actor_usr_addr_street2_idx | Performance | ||
actor_usr_addr_usr_idx | Performance | Asc | usr |