In MySQL Workbench, is there a way to set the default data size?
For example, whenever I select the VARCHAR data type, it defaults to VARCHAR (45).
In most cases, I set the length to VARCHAR (255).
So, to save some extra effort, how would I set the default value for VARCHAR (255)?
source share