Changing input data type for PostgreSQL scripts
Currently everything is just text type for input, and I have to cast them in the query, is there a way to make the input another type?
For example it would be great if instead of text, the
entered_at
field could be a timestamp type that uses a date picker or something like that4 Replies
Figured out a way in Settings -> Generated UI
Would be nice if it could auto-infer the type so there's less manual steps
@David Zhang I think it's because we do not support well enough specifically the TIMESTAMPTZ type
@Hugo ^
Great to see!