Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

VERSION

Column NameData TypeField LengthNot Null?Data Def.Comments

ID

NUMBER

 

 

 Primary key

VERSION_NUMBER

NUMBER

 

Not null

  
VERSION_COMMENT

VARCHAR2

4000

 

  
TAGVARCHAR2100   
OBJECT_TYPEVARCHAR2200Not null  
OBJECT_IDNUMBER Not null  
OPERATORVARCHAR2200   
RELEASE_DATEDATE  sysdate 

New in Vs. 10 to support the introduction of the interface WfVersionable used in the rator-wf-core project.

Constraints:

constraint version__version_id_UQ unique(version_number,object_id)

  • No labels