This commit is contained in:
Grzegorz Michalski
2026-03-02 09:47:35 +01:00
commit 2c225d68ac
715 changed files with 130067 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
create table ct_et_templates.w_ODS_TMS_ACTIVITYLOGDUE (
a_key number(38, 0),
a_workflow_history_key number(38, 0),
id varchar2(255 char),
number_ number(12, 0),
batch_id number(12, 0),
prerequisite_id number(12, 0),
due_date date,
start_date date,
finish_date date,
description varchar2(255 char),
domain_id varchar2(255 char),
user_id varchar2(255 char)
)