KINS_DEPLOYMENTS
This table stores system information about what has been installed on this instance.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
DEPLOYMENT_ID |
NOT NULL |
VARCHAR2(40) |
System-generated identifier |
VERSION |
NOT NULL |
VARCHAR2(10) |
System-generated version for the entity. This column must not be updated manually |
DEPLOYED_DATE |
NULLABLE |
DATE |
Date of the deployment |
DESCRIPTION |
NULLABLE |
VARCHAR2(80) |
Description of what was deployed |
Indexes
This table uses no indexes.
Sequences
This table uses no sequences.