| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
|---|---|---|---|---|---|---|
| MTYP_Field | varchar (8) | VARCHAR2 (8 CHAR) | varchar(8) | varchar (8) | false | source, category or type (Q/K/A) |
| MTYP_HelpId | int | NUMBER(38,0) | int | int | false | help id for caption |
| Name | Fields | Primary | Unique | Clustered | Nonclustered |
|---|---|---|---|---|---|
| PK_MTYP | MTYP_Field, MTYP_HelpId | true | true | true | false |
| Name | Local References | Foreign References |
|---|
Return to the Index File