Field type error on insert
I'm trying to insert data into my table, but I'm getting a type error.
In my table, the expiresAt field is of one type, but when I insert it, it appears as another.


1 Reply
Because date is stored as string in postgres. You can set the type here
