manuales:nagios:capacitacion:anexo_-_referencias_generales:sistema_de_inventario
Diferencias
Muestra las diferencias entre dos versiones de la página.
| manuales:nagios:capacitacion:anexo_-_referencias_generales:sistema_de_inventario [2017/08/23 19:46] – creado cayu | manuales:nagios:capacitacion:anexo_-_referencias_generales:sistema_de_inventario [2017/08/24 12:37] (actual) – cayu | ||
|---|---|---|---|
| Línea 3: | Línea 3: | ||
| <code sql> | <code sql> | ||
| ALTER TABLE glpi_plugin_services_services_items MODIFY COLUMN id INT auto_increment; | ALTER TABLE glpi_plugin_services_services_items MODIFY COLUMN id INT auto_increment; | ||
| + | |||
| + | mysql> desc glpi_plugin_services_services_items ; | ||
| + | +-----------------------------+--------------+------+-----+---------+----------------+ | ||
| + | | Field | Type | Null | Key | Default | Extra | | ||
| + | +-----------------------------+--------------+------+-----+---------+----------------+ | ||
| + | | id | int(11) | ||
| + | | plugin_services_services_id | int(11) | ||
| + | | items_id | ||
| + | | itemtype | ||
| + | +-----------------------------+--------------+------+-----+---------+----------------+ | ||
| + | 4 rows in set (0.00 sec) | ||
| + | |||
| + | |||
| </ | </ | ||
manuales/nagios/capacitacion/anexo_-_referencias_generales/sistema_de_inventario.1503517607.txt.gz · Última modificación: 2017/08/23 19:46 por cayu
