New in Vs. 10 to support the introduction of the interface WfVersionable used in the rator-wf-core project. Constraints: constraint wf_workflow_def__id_version primary key (id, version_start), constraint wf_workflow_def__id_versionEnd unique (id, version_end), constraint wf_workflow_def_chk_version CHECK (nvl(version_start, 0)>=0 AND (nvl(version_end,version_start)>=version_start OR nvl(version_end,0)=0)hookpoint_wf_def_id_date_UQ unique (wf_hookpoint_id,from_date) |