DETAIL_RETURN_FLOW - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: DETAIL_RETURN_FLOW

The amount and location of water returned

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

RETURN_FLOW_IDInteger Unique identifier for the return flow.
RETURN_FLOW_NAMEVarChar(20)

Name for the return flow.
STATEVarChar(20)

Code representing the two-digit abbreviation for the state.
REPORTING_UNIT_IDInteger

A unique identifier assigned to the reporting unit by the reporting organization.
COUNTY_FIPSVarChar(20)

County FIPS code (including the state FIPS code) representing the county.
HUCVarChar(20)

Code representing the USGS Hydrologic Unit (or HUC) at the most detailed level that the assignment can be made (6-digit being the lowest level of resolution allowed). Leading 0's should be included.
WFS_FETURE_REFVarChar(20)


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_DETAIL_RETURN_FLOW_DETAIL_ALLOCATIONDataValues.DETAIL_ALLOCATIONDataValues.DETAIL_RETURN_FLOWORGANIZATION_ID, REPORT_ID, ALLOCATION_IDORGANIZATION_ID, REPORT_ID, ALLOCATION_ID

Triggers

(none)


Used in Diagrams

Diagram Name
WaDE_Schema