When configuring a filter as follows: ```php Where::make('modified_since', 'updated_at')->using('>='), ``` The generator breaks, it tries to get example data from the name of the filter, ignoring the column.