D_DIVERSION_FLOW - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: D_DIVERSION_FLOW

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.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

ORGANIZATION_IDInteger A unique identifier assigned to the organization. Identifiers would be managed centrally by ????

REPORT_IDInteger A unique identifier assigned to the report by the reporting organization.

ALLOCATION_IDInteger Unique identifier for the allocation

DIVERSION_IDInteger Unique identifier for the diversion within this allocation.

DETAIL_SEQ_NOInteger
AMOUNT_VOLUMEFloat

UNIT_VOLUMEFloat

AMOUNT_RATEFloat

UNIT_RATEFloat

SOURCE_TYPEVarChar(20)

FRESH_SALINE_INDVarChar(20)

Indicates whether the source is fresh water, saline water, or represents the total of both.
DIVERSION_STARTVarChar(20)

Starting date for the availability estimate, allocation, diversion, or use. Report as MM/DD.
DIVERSION_ENDVarChar(20)

Starting date for the availability estimate, allocation, diversion, or use. Report as MM/DD.
SOURCE_NAMEVarChar(20)

Name of the Aquifer for groundwater sources or river basin for surface water sources.

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_D_DIVERSION_FLOW_DETAIL_DIVERSIONDataValues.DETAIL_DIVERSIONDataValues.D_DIVERSION_FLOWORGANIZATION_ID, REPORT_ID, ALLOCATION_ID, DIVERSION_IDORGANIZATION_ID, REPORT_ID, ALLOCATION_ID, DIVERSION_ID

Triggers

(none)


Used in Diagrams

Diagram Name
WaDE_Schema