usr_address

379 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('actor.usr_address_id_seq'::regclass)
usr.billing_address actor_usr_billing_address_fkey R
usr.mailing_address actor_usr_mailing_address_fkey R
usr_address.replaces usr_address_replaces_fkey R
valid bool 1 true
within_city_limits bool 1 true
address_type text 2147483647 'MAILING'::text
usr int4 10 null
usr.id usr_address_usr_fkey R
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
passwd_type.code Implied Constraint R
pending bool 1 false
replaces int4 10 null
usr_address.id usr_address_replaces_fkey R

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

Relationships