Last answered:

19 Apr 2024

Posted on:

18 Apr 2024

0

Question related to warning.

What is the meaning of the following warning " 1681 Integer display width is deprecated and will be removed in a future release." received after execution of the code.

1 answers ( 0 marked as helpful)
Instructor
Posted on:

19 Apr 2024

0

Hi Surajit!
Thanks for reaching out.


The warning means that using numbers in brackets after INT (like INT(4)) in your database will not be allowed in future updates. Future versions of MySQL will remove this feature, so it's best to avoid using integer display widths in new database schemas.


Hope this helps.
Best,
Tsvetelin

Submit an answer