The interger datatype is deprecated in mySQL 8. How do I stop SQLyog from always applying it to my INT data types? My schema are never in sync because it seems SQLyog won’t accept a blank data length.
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
As of MySQL 8.0.17, the display width attribute is deprecated for integer data types; you should expect support for it to be removed in a future version of MySQL.