How to specify unsigned integer?
Hello - how to specify unsigned integer in a query - can you please provide an example?
2 answers ( 0 marked as helpful)
Hi Anuradha!
Thanks for reaching out.
The unsigned in MySQL is a data type. Whenever we write an unsigned to any column that means you cannot insert negative numbers
Hope this helps.
Best,
Tsvetelin
Hello,
0 row(s) affected, 1 warning(s): 1681 Integer display width is deprecated and will be removed in a future release.
I got this error message after creating companies table, what does it mean?