Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Section
Column
width33%

Groups

Wiki Markup
{float:left|width=200px|background=lightgrey|border=solid blue 2px|margin=1px|padding=0px}
{children:page=Rator DB ER Diagram Navigator|depth=1|excerpt=trueindent=1px}
{float}
Column
width33%

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_VERSION_IDNUMBER    
Column
width33%

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)

New in Vs. 10.1: PRODUCTION_VERSION to PRODUCTION_VERSION_ID.