Files
mars-elt/airflow/ods/tms/TMS-tables/w_ODS_TMS_RAR_LIMITACCESS.sql
Grzegorz Michalski 2c225d68ac init
2026-03-02 09:47:35 +01:00

8 lines
201 B
SQL

create table ct_et_templates.w_ODS_TMS_RAR_LIMITACCESS (
a_key number(38, 0),
a_workflow_history_key number(38, 0),
limit_id varchar2(255 char),
user_id varchar2(255 char),
ecbusrbdts date
)