init
This commit is contained in:
14
airflow/ods/tms/TMS-tables/w_ODS_TMS_ACTIVITYLOGDUE.sql
Normal file
14
airflow/ods/tms/TMS-tables/w_ODS_TMS_ACTIVITYLOGDUE.sql
Normal 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)
|
||||
)
|
||||
Reference in New Issue
Block a user