init
This commit is contained in:
10
airflow/ods/tms/TMS-tables/w_ODS_TMS_RAR_ECBINSTRUMENTS.sql
Normal file
10
airflow/ods/tms/TMS-tables/w_ODS_TMS_RAR_ECBINSTRUMENTS.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
create table ct_et_templates.w_ODS_TMS_RAR_ECBINSTRUMENTS (
|
||||
a_key number(38, 0),
|
||||
a_workflow_history_key number(38, 0),
|
||||
instrument_id varchar2(255 char),
|
||||
figure_date date,
|
||||
ctd_instrument_id varchar2(255 char),
|
||||
modified_duration binary_double,
|
||||
ytm binary_double,
|
||||
convexity binary_double
|
||||
)
|
||||
Reference in New Issue
Block a user