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 Next »

WF_DEF_VERSION

Column NameData TypeField LengthNot Null?Data Def.Comments

ID

NUMBER

 

 

 Primary key

WF_DEF_ID

NUMBER

 

 

  
FROM_DATE

DATE

 

Not null

Sysdate 
PRODUCTION_VERSIONNUMBER    

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

Constraints:

constraint wf_def_version_id_date_UQ unique(wf_def_id, from_date),

constraint wf_def_version__chk_version CHECK(nvl(production_version,0)>=0)

  • No labels