Groups
WF_DEF_VERSION
Column Name | Data Type | Field Length | Not Null? | Data Def. | Comments |
---|---|---|---|---|---|
ID | NUMBER |
|
| Primary key | |
WF_DEF_ID | NUMBER |
|
| ||
FROM_DATE | DATE |
| Not null | Sysdate | |
PRODUCTION_VERSION_ID | NUMBER |
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.