ent 9398 fixed ip tmetaconsole_agent
This commit is contained in:
parent
0d5640bf9b
commit
86a0847f2a
|
@ -3379,6 +3379,7 @@ CREATE TABLE IF NOT EXISTS `tmetaconsole_agent` (
|
||||||
`safe_mode_module` INT UNSIGNED NOT NULL DEFAULT 0,
|
`safe_mode_module` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`cps` INT NOT NULL DEFAULT 0,
|
`cps` INT NOT NULL DEFAULT 0,
|
||||||
`satellite_server` INT NOT NULL DEFAULT 0,
|
`satellite_server` INT NOT NULL DEFAULT 0,
|
||||||
|
`fixed_ip` TINYINT NOT NULL DEFAULT 0,
|
||||||
PRIMARY KEY (`id_agente`),
|
PRIMARY KEY (`id_agente`),
|
||||||
KEY `nombre` (`nombre`(255)),
|
KEY `nombre` (`nombre`(255)),
|
||||||
KEY `direccion` (`direccion`),
|
KEY `direccion` (`direccion`),
|
||||||
|
|
Loading…
Reference in New Issue