ParseError with DateTime Fields in PostgreSQL Using Effect-TS
Anyone familiar with this kind of error when using PostgreSQL?
I'm using https://github.com/Effect-TS/examples/tree/main/examples/http-server but with PostgreSQL instead of SqlLite
Entity looks like that:
I also tried
Also tried with
I'm using https://github.com/Effect-TS/examples/tree/main/examples/http-server but with PostgreSQL instead of SqlLite
Entity looks like that:
I also tried
DateTimeInsertFromDate and DateTimeUpdateFromDate but does not work as well. Sql is:Also tried with
TIMESTAMPTZ and with no default, does now work as well