ACTUAL_ADDRESS
Description
This table stores information about actual addresses.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each actual address. |
| ADMIN | varchar(255) | The administrative information for the address. |
| HOUSE_NUMBER | varchar(255) | The house number of the address. |
| POSTAL | varchar(255) | The postal code of the address. |
| STREET_NAME | varchar(255) | The street name of the address. |