| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier | |
| company_id |
Foreign key to the company on which belongs this address |
globally unique identifier | |
| db_address_type_id |
Foreign key to the db_address_type |
globally unique identifier | |
| db_address_type_is_default |
To know if the address type of this address is the default address type for a company |
boolean | |
| name |
Name of the address |
string | |
| street |
Street |
string | |
| street_number |
Street number. Can be not used |
string | |
| zip |
Zip code |
string | |
| city |
City |
string | |
| phone |
Phone number |
string | |
| mobile |
Cell phone number |
string | |
| fax |
Fax number |
string | |
|
Email address |
string | ||
| url |
Url |
string | |
| street2 |
Second street value (if needed) |
string |