FRAUDULENT_CERTIFICATE_DOC

3 rows


Description

This is a table for Fraudulent Certificate Documents. Stores relation between Fraudulent Certificates and Documents.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
FRAUDULENT_CERTIFICATE_DOC_ID NUMBER 18 null

Field Fraudulent Certificate Document ID. Stores primary key for this table.

DOCUMENT_ID NUMBER 18 null
DOCUMENT.DOCUMENT_ID FRAUDULENT_CERTIFICATE_DO_FK1R

Field Document ID. Stores foreign key to table documents in this record.

FRAUDULENT_CERTIFICATE_ID NUMBER 18 null
FRAUDULENT_CERTIFICATE.FRAUDULENT_CERTIFICATE_ID FRAUDULENT_CERTIFICATE_DO_FK2R

Field Fraudulent Certificate ID. Stores foreign key to table fraudulent_certificate.

VERSION_ID NUMBER 18 0

Field Version. Stores the version of the record.

CUSER VARCHAR2 75 null

Field Create User. Stores who create the record.

CDATE TIMESTAMP(6) 11,6 SYSTIMESTAMP

Field Create Date. Stores when the record was created.

MUSER VARCHAR2 75 null

Field Modified User. Stores who modified the record.

MDATE TIMESTAMP(6) 11,6 SYSTIMESTAMP

Field Modified Date. Stores when the record was modified.

ENUM_STATUS_ID NUMBER 18 null
ENUM_STATUS.ENUM_STATUS_ID Implied ConstraintR

Indexes

Constraint Name Type Sort Column(s)
FRAUDULENT_CERTIFICATE_DO_PK Primary key Asc FRAUDULENT_CERTIFICATE_DOC_ID

Relationships