Fixed error in sql oracle
This commit is contained in:
parent
7d253d0458
commit
0d95b68a72
|
@ -1906,8 +1906,8 @@ CREATE TABLE tevent_filter (
|
|||
status NUMBER(10, 0) DEFAULT -1,
|
||||
search CLOB DEFAULT '',
|
||||
text_agent CLOB DEFAULT '',
|
||||
id_agent int(10) DEFAULT 0,
|
||||
id_agent_module int(10) DEFAULT 0,
|
||||
id_agent NUMBER(10, 0) DEFAULT 0,
|
||||
id_agent_module NUMBER(10, 0) DEFAULT 0,
|
||||
pagination NUMBER(10, 0) DEFAULT 25,
|
||||
event_view_hr NUMBER(10, 0) DEFAULT 8,
|
||||
id_user_ack CLOB,
|
||||
|
|
Loading…
Reference in New Issue