Name Type MSSql Type Oracle Type DB2 Nullable Description
MSGTX_MSG_Idnr int NUMBER(38,0) int false MLS ID nummer
MSGTX_MSGL_Short varchar (3) VARCHAR2 (3 CHAR) varchar(3) false MLS language
MSGTX_Text varchar (1024) VARCHAR2 (1024 CHAR) varchar(1024) true MLS Text (short)
MSGTX_LText varchar(max) CLOB clob(20480 k) INLINE LENGTH 1024 COMPACT true MLS Text (long)
MSGTX_OH_Idnr int NUMBER(38,0) int true primary key of the object header

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_MSGTX MSGTX_MSG_Idnr, MSGTX_MSGL_Short true true true false

Foreign Keys:

Name Local References Foreign References
FK_MSGTX_MSG MSGTX_MSG_Idnr MSG_Idnr
FK_MSGTX_MSGL MSGTX_MSGL_Short MSGL_Short

Return to the Index File