Add Select Input Type for Json column type

Hi team,

Would it be possible to add "Select" input type whenever the DB column type is Jsonb?

image

I have multiple lists stored as jsonb in table columns and it is super easy to use select/multiselect to update those values with list of values. I always need to do the extra step of removing this column from the initial generation and then add it manually, change the form key id, etc.

Thanks!

I always need to do the extra step of removing this column from the initial generation

could you use a transformer right after the initial generation so you can just reference 1 thing (the transformer) instead of chaining things or something?