Water Meter Installation
Entity
Name: Water Meter Installation
Captures the time period a water meter was installed at a water service point.
Details
- Industry Domain:
Customer
- Relational Table Name:
WATER_METER_INSTALLATION
- JSON View Name:
WATER_METER_INSTALLATION#JSON
- Ontology Class:
ewok:WaterMeterInstallation
Properties
Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
---|---|---|---|---|---|---|---|
utility meter installation id | string | VARCHAR2 | UTILITY_METER_INSTALLATION_ID |
Yes | Yes | Must match regex pattern | ewok:WaterMeterInstallation |
utility meter id | string | VARCHAR2 | UTILITY_METER_ID |
ewok:WaterMeter | |||
utility service point id | string | VARCHAR2 | UTILITY_SERVICE_POINT_ID |
ewok:WaterServicePoint | |||
end date time | dateTimeStamp | TIMESTAMP | END_DATE_TIME |
ewok:WaterMeterInstallation | |||
start date time | dateTimeStamp | TIMESTAMP | START_DATE_TIME |
ewok:WaterMeterInstallation |