Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
MSGT_Type | char (1) | CHAR (1 CHAR) | char(1) | char (1) | false | MLS message type (E : error, I : information ...) |
MSGT_Desc | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | true | MLS message |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_MSGT | MSGT_Type | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File