customer data: addresses
| Column Name | Type | Properties | Docu | 
| addressid | seq64 | Primary-Key | |
| customerid | int32 | Foreign-Key=customer(customerid) | |
| lastused | int64 | NULL-able | |
| name | string | NULL-able | |
| addr1 | string | NULL-able | |
| addr2 | string | NULL-able | |
| city | string:64 | NULL-able | |
| state | string:32 | NULL-able | |
| zipcode | string:32 | NULL-able | |
| countryid | string:16 | NULL-able Foreign-Key=country(countryid) | |
| isdeleted | bool | default="0" |