David Zhang
David Zhang10mo ago

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 that
No description
4 Replies
David Zhang
David ZhangOP10mo ago
Figured out a way in Settings -> Generated UI Would be nice if it could auto-infer the type so there's less manual steps
No description
rubenf
rubenf10mo ago
@David Zhang I think it's because we do not support well enough specifically the TIMESTAMPTZ type @Hugo ^
David Zhang
David ZhangOP10mo ago
Great to see!