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.
15 lines
273 B
15 lines
273 B
3 years ago
|
alter table ACT_HI_COMMENT
|
||
|
add TYPE_ varchar(255);
|
||
|
|
||
|
alter table ACT_HI_COMMENT
|
||
|
add ACTION_ varchar(255);
|
||
|
|
||
|
alter table ACT_HI_COMMENT
|
||
|
add FULL_MSG_ BLOB;
|
||
|
|
||
|
alter table ACT_HI_TASKINST
|
||
|
add OWNER_ varchar(64);
|
||
|
|
||
|
alter table ACT_HI_TASKINST
|
||
|
add PARENT_TASK_ID_ varchar(64);
|