Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
PMIA_PMID_Idnr | int | NUMBER(38,0) | int | int | false | Identification of issue definition |
PMIA_Timestamp | datetime | DATE | timestamp | timestamp | false | Timestamp of occured issue |
PMIA_MsgInsert | varchar (1024) | VARCHAR2 (1024 CHAR) | varchar(1024) | varchar (1024) | true | Inserts for message |
PMIA_QuitComment | varchar (1024) | VARCHAR2 (1024 CHAR) | varchar(1024) | varchar (1024) | true | Comment of quitted issue |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_PMIA | PMIA_PMID_Idnr, PMIA_Timestamp | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_PMIA_PMID | PMIA_PMID_Idnr | PMID_Idnr |
Return to the Index File