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

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
janprisma
Posts: 2
Joined: Wed 26 Feb 2020 17:09

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

Post by janprisma » 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]+`:

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?


Post Reply