ADDRESS_COUNTER
Description
This table stores information about address counters.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each address counter. |
| ADDRESS | varchar(255) | The address for the counter. |
| COUNT | int(11) | The count for the counter. |
| NOTIFICATION_ID | varchar(255) | The notification ID for the counter. |
| SERVICE | varchar(255) | The service for the counter. |