IPAdressMaster

DTH
There is a newer version of this page. You can find it here.

This is a first-release of the documentation. Additional detail will be added as the project matures.

This page describes the columns in this table.

Column | Data type | Nulls | Description

IPAddress | varchar(15) | No Nulls | Must be unique. Future releases will allow us to use this table to "recognize" a customer using the SourceIP in the CDR even if the CustomerID value is not available in the CDR.

CustomerID | varchar(15) | No Nulls | This must be a unique CustomerID.

RowID | integer | Auto-increment | This is an internal field used primarily for adhoc queries. Do not supply a value for this field. Do not remove this field.


MongoDB Logo MongoDB