According to Mysql manual all decimal numeric types supports syntax:
Integer Types (Exact Value)
When using DECIMAL
it allows you to specify precision.
With *INT
types it's has mainly display function which also specifies how many places should be added when using ZEROFILL
.
The byte size remains unaffected (1B for TINYINT).