-2
Hello, when I run a insert
in any table that has the users_id column that references the table glpi_users
, any value greater than 126 the seat inserts the value 127, for example:
INSERT INTO `glpi_plugin_actualtime_tasks` (`tasks_id`, `actual_begin`, `users_id`)
VALUES ('8926', '2019-06-27 19:25:22', '373');
The value that is inserted is 127 and not 373, I have no idea what it is!
Servidor: Localhost via UNIX socket
Tipo de servidor: MariaDB
Versão do servidor: 10.1.40-MariaDB - MariaDB Server
Versão do protocolo: 10
That’s right! It worked! Thank you so much for your help!
– Thiago Lira