WaDE [WaDE_Schema_0.25.xml]
Defines the amount of water attributed to the entire allocation. If an allocation has diversions associated with it, then report this information for each diversion.
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| ORGANIZATION_ID | Integer | A unique identifier assigned to the organization. Identifiers would be managed centrally by ???? |
|
|||
| REPORT_ID | Integer | A unique identifier assigned to the report by the reporting organization. |
|
|||
| ALLOCATION_ID | Integer | Unique identifier for the allocation |
|
|||
| DIVERSION_ID | Integer | Unique identifier for the diversion within this allocation. |
|
|||
| DETAIL_SEQ_NO | Integer | |||||
AMOUNT_VOLUME | Float |
| |||||
UNIT_VOLUME | Float |
| |||||
AMOUNT_RATE | Float |
| |||||
UNIT_RATE | Float |
| |||||
SOURCE_TYPE | VarChar(20) |
| |||||
FRESH_SALINE_IND | VarChar(20) |
| Indicates whether the source is fresh water, saline water, or represents the total of both. | ||||
DIVERSION_START | VarChar(20) |
| Starting date for the availability estimate, allocation, diversion, or use. Report as MM/DD. | ||||
DIVERSION_END | VarChar(20) |
| Starting date for the availability estimate, allocation, diversion, or use. Report as MM/DD. | ||||
SOURCE_NAME | VarChar(20) |
| Name of the Aquifer for groundwater sources or river basin for surface water sources. |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_D_DIVERSION_FLOW_DETAIL_DIVERSION | DataValues.DETAIL_DIVERSION | DataValues.D_DIVERSION_FLOW | ORGANIZATION_ID, REPORT_ID, ALLOCATION_ID, DIVERSION_ID | ORGANIZATION_ID, REPORT_ID, ALLOCATION_ID, DIVERSION_ID |
(none)
Diagram Name |
WaDE_Schema |