Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
OYW_OH_Idnr int NUMBER(38,0) int int false ID of the sync object.
OYW_Status varchar (30) VARCHAR2 (30 CHAR) varchar(30) varchar (30) true The actual state of the sync object.
OYW_Value int NUMBER(38,0) int int false The actual numeric value of the sync state.
OYW_Mod_OH_Idnr int NUMBER(38,0) int int true The id of the object that previously modified the sync. If RunId (OYW_Mod_AH_Idnr) is not, this is the user id.
OYW_Mod_AH_Idnr int NUMBER(38,0) int int true The RunId of the object that previously modified the sync.

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_OYW OYW_OH_Idnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_OYW_OH OYW_OH_Idnr OH_Idnr

Return to the Index File