Page 1 of 1

[Data Generator for MySQL] How to adapt default generator for VARCHAR fields?

Posted: Wed 26 Feb 2020 17:43
by janprisma
Right now `VARCHAR` fields by default get a "Reg Exp - values based on a regular expressions" generator of `[0-9A-Z]+`:

Image

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?

Re: [Data Generator for MySQL] How to adapt default generator for VARCHAR fields?

Posted: Thu 27 Feb 2020 16:30
by alexa