mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
add new field tagent in oracle
This commit is contained in:
parent
a1978e93b1
commit
0169aaa129
@ -291,6 +291,7 @@ CREATE TABLE tagente_modulo (
|
|||||||
prediction_sample_window INTEGER default 0,
|
prediction_sample_window INTEGER default 0,
|
||||||
prediction_samples INTEGER default 0,
|
prediction_samples INTEGER default 0,
|
||||||
prediction_threshold INTEGER default 0,
|
prediction_threshold INTEGER default 0,
|
||||||
|
alias varchar2(600) NOT NULL default '',
|
||||||
parent_module_id NUMBER(10, 0),
|
parent_module_id NUMBER(10, 0),
|
||||||
CONSTRAINT t_agente_modulo_wizard_cons CHECK (wizard_level IN ('basic','advanced','nowizard'))
|
CONSTRAINT t_agente_modulo_wizard_cons CHECK (wizard_level IN ('basic','advanced','nowizard'))
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user