D_ALLOCATION_FLOW - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: D_ALLOCATION_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

DETAIL_SEQ_NOInteger
AMOUNT_VOLUMEVarChar(20)

The amount of water allocated for this allocation or diversion.
UNIT_VOLUMEVarChar(20)

AMOUNT_RATEVarChar(20)

UNIT_RATEVarChar(20)

SOURCE_TYPEVarChar(20)

Water Source: Ground, Surface, Reuse, Total
FRESH_SALINE_INDVarChar(50)

ALLOCATION_STARTVarChar(20)

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

Ending 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_ALLOCATION_FLOW_DETAIL_ALLOCATIONDataValues.DETAIL_ALLOCATIONDataValues.D_ALLOCATION_FLOWORGANIZATION_ID, REPORT_ID, ALLOCATION_IDORGANIZATION_ID, REPORT_ID, ALLOCATION_ID

Triggers

(none)


Used in Diagrams

Diagram Name
WaDE_Schema