Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
CERT_ID | varchar (1024) | VARCHAR2 (1024 CHAR) | varchar(1024) | varchar (1024) | false | Certification Subject Identifier |
CERT_DATA | varbinary(max) | BLOB | varchar(15000) for bit data | bytea | true | DER Certificate |
CERT_START | datetime | DATE | timestamp | timestamp | true | Start of the validity of the certificate |
CERT_END | datetime | DATE | timestamp | timestamp | true | End of the validitiy of the certificate |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_CERT | CERT_ID | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File