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