@@ -0,0 +1 @@
|
||||
alter table task_execution add ERROR_MESSAGE VARCHAR(2500);
|
||||
@@ -0,0 +1 @@
|
||||
alter table task_execution add column ERROR_MESSAGE VARCHAR(2500);
|
||||
@@ -0,0 +1 @@
|
||||
alter table task_execution add column ERROR_MESSAGE VARCHAR(2500);
|
||||
@@ -0,0 +1 @@
|
||||
alter table task_execution add ERROR_MESSAGE varchar2(2500);
|
||||
@@ -0,0 +1 @@
|
||||
alter table task_execution add column ERROR_MESSAGE VARCHAR(2500);
|
||||
@@ -0,0 +1 @@
|
||||
alter table task_execution add ERROR_MESSAGE VARCHAR(2500);
|
||||
Reference in New Issue
Block a user