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
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