You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
281 B

alter table ACT_HI_COMMENT
add TYPE_ NVARCHAR2(255);
alter table ACT_HI_COMMENT
add ACTION_ NVARCHAR2(255);
alter table ACT_HI_COMMENT
add FULL_MSG_ BLOB;
alter table ACT_HI_TASKINST
add OWNER_ NVARCHAR2(64);
alter table ACT_HI_TASKINST
add PARENT_TASK_ID_ NVARCHAR2(64);