-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
compatibility-mysql80This is a compatibility issue with MySQL 8.0(but NOT 5.7)This is a compatibility issue with MySQL 8.0(but NOT 5.7)type/compatibilitytype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Enhancement
The DeprecateIntegerDisplayWidth
/ deprecate-integer-display-length
option is now disabled by default.
As display width has been deprecated and is hidden in MySQL it would be good to follow this behavior in MySQL.
The display width is often mistaken for storage size, leading people to believe int(10)
takes more storage than int(8)
, which isn't the case.
Related
Metadata
Metadata
Assignees
Labels
compatibility-mysql80This is a compatibility issue with MySQL 8.0(but NOT 5.7)This is a compatibility issue with MySQL 8.0(but NOT 5.7)type/compatibilitytype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.