init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
create table ct_et_templates.w_ODS_TMS_ROLEPORTFOLIOPROFILE (
|
||||
a_key number(38, 0),
|
||||
a_workflow_history_key number(38, 0),
|
||||
role varchar2(512 char),
|
||||
inherited_role varchar2(512 char),
|
||||
access_profile_id varchar2(512 char),
|
||||
access_profile_type_id varchar2(512 char),
|
||||
permission_id varchar2(512 char),
|
||||
entity_id varchar2(512 char)
|
||||
)
|
||||
Reference in New Issue
Block a user