In some cases generating correct values for cells requires taking into attention the data type features of the corresponding column. For example ENUM data type in MySQL, which able to use cell values from described list. So you unable to generate random strings.
To solve the problem requires to add capturing groups for type's regexes that will be available as variables within the column filters.
In some cases generating correct values for cells requires taking into attention the data type features of the corresponding column. For example
ENUM
data type in MySQL, which able to use cell values from described list. So you unable to generate random strings.To solve the problem requires to add capturing groups for type's regexes that will be available as variables within the column filters.