|
Legend: |
Primary key columns |
Columns with indexes |
Implied relationships |
Excluded column relationships |
< n > number of related tables |
|
|
Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
c_location_id |
numeric |
10 |
|
|
|
|
|
ad_client_id |
numeric |
10 |
|
|
|
|
|
ad_org_id |
numeric |
10 |
|
|
|
|
ad_org.ad_org_id
|
adorg_clocation R |
|
isactive |
bpchar |
1 |
|
|
'Y'::bpchar |
|
|
created |
timestamp |
29,6 |
|
|
now() |
|
|
createdby |
numeric |
10 |
|
|
|
|
|
updated |
timestamp |
29,6 |
|
|
now() |
|
|
updatedby |
numeric |
10 |
|
|
|
|
|
address1 |
varchar |
60 |
√ |
|
null |
|
|
address2 |
varchar |
60 |
√ |
|
null |
|
|
city |
varchar |
60 |
√ |
|
null |
|
|
postal |
varchar |
10 |
√ |
|
null |
|
|
postal_add |
varchar |
10 |
√ |
|
null |
|
|
c_country_id |
numeric |
10 |
|
|
|
|
|
c_region_id |
numeric |
10 |
√ |
|
null |
|
c_region.c_region_id
|
c_region_location R |
|
c_city_id |
numeric |
10 |
√ |
|
null |
|
c_city.c_city_id
|
ccity_clocation R |
|
regionname |
varchar |
40 |
√ |
|
null |
|
|
address3 |
varchar |
60 |
√ |
|
null |
|
|
address4 |
varchar |
60 |
√ |
|
null |
|
|
c_location_uu |
varchar |
36 |
√ |
|
NULL::character varying |
|
|
validateaddress |
bpchar |
1 |
√ |
|
NULL::bpchar |
|
|
result |
varchar |
2000 |
√ |
|
NULL::character varying |
|
|
isvalid |
bpchar |
1 |
√ |
|
'N'::bpchar |
|
|
c_addressvalidation_id |
numeric |
10 |
√ |
|
NULL::numeric |
|
|
address5 |
varchar |
60 |
√ |
|
NULL::character varying |
|
|
comments |
varchar |
2000 |
√ |
|
NULL::character varying |
|
|
Table contained 29 rows at 2021-12-25 14:43 +0100
|
Indexes:
Column(s) |
Type |
Sort |
Constraint Name |
c_location_id |
Primary key |
Asc |
c_location_pkey |
c_location_uu |
Must be unique |
Asc |
c_location_uu_idx |
SchemaSpy was unable to generate a diagram of table relationships.
SchemaSpy requires Graphviz version 2.2.1 or versions greater than 2.4 from www.graphviz.org.