
Iván Yáñez López
Pregunta¿Alguien podría decirme qué significa ese ERROR 1681 y si es algo importante? Me sale en todos los warnings y no sé si tiene importancia o si es por copiarlo y pegarlo del editor de código. Si debo solucionarlo, ¿cómo podría hacerlo? Gracias!!
CREATE TABLE IF NOT EXISTS clients (client_id INTEGER UNSIGNED PRIMARY KEY AUTO_INCREMENT,
name
Query OK, 0 rows affected, 2 warnings (0.02 sec)
mysql> show warnings;
±--------±-----±-----------------------------------------------------------------------------+
| Level | Code | Message |
±--------±-----±-----------------------------------------------------------------------------+
| Warning | 1681 | Integer display width is deprecated and will be removed in a future release.