actor.org_address
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('actor.org_address_id_seq'::regclass) |
|
valid |
|
No |
true |
|
address_type |
|
No |
'MAILING'::text |
|
org_unit FK |
|
No |
||
street1 |
|
No |
||
street2 |
|
Yes |
||
city |
|
No |
||
county |
|
Yes |
||
state |
|
Yes |
||
country |
|
No |
||
post_code |
|
No |
||
san |
|
Yes |
||
latitude |
|
Yes |
||
longitude |
|
Yes |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
Referenced By
The following tables have foreign keys pointing to actor.org_address (4 referencing table(s)):
| Table | Referencing Column(s) | Referenced Column(s) | Constraint |
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|