init
This commit is contained in:
9
airflow/ods/tms/TMS-tables/w_ODS_TMS_PARAMETER.sql
Normal file
9
airflow/ods/tms/TMS-tables/w_ODS_TMS_PARAMETER.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
create table ct_et_templates.w_ODS_TMS_PARAMETER (
|
||||
a_key number(38, 0),
|
||||
a_workflow_history_key number(38, 0),
|
||||
type_id varchar2(255 char),
|
||||
number_ number(12, 0),
|
||||
order_number number(12, 0),
|
||||
param varchar2(255 char),
|
||||
name varchar2(255 char)
|
||||
)
|
||||
Reference in New Issue
Block a user