ANET_AHUB_MAPPING

266 rows


Description

ANET to AHUB table and column mappings

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ANET_TABLE_NAME varchar 255 null

Source table name in ANET

AHUB_TABLE_NAME varchar 255 null

Target table name in AHUB

AHUB_COLUMN_NAME varchar 255 null

Target key column name in AHUB which maps to the primary key in ANET table

Indexes

Constraint Name Type Sort Column(s)
PK_ANET_AHUB_MAPPING Primary key Asc/Asc/Asc ANET_TABLE_NAME + AHUB_TABLE_NAME + AHUB_COLUMN_NAME

Relationships