[Data Generator for MySQL] How to adapt default generator for VARCHAR fields?
Posted: Wed 26 Feb 2020 17:43
Right now `VARCHAR` fields by default get a "Reg Exp - values based on a regular expressions" generator of `[0-9A-Z]+`:

This obviously creates data that fits the column, but looks quite unnatural. I know that I can change the generator manually for each field, but is there maybe also a way to change this behavior by default for all projects and all tables and all columns?

This obviously creates data that fits the column, but looks quite unnatural. I know that I can change the generator manually for each field, but is there maybe also a way to change this behavior by default for all projects and all tables and all columns?