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.
No description
No description
1 Reply
nqhtrung
nqhtrung3w ago
Because date is stored as string in postgres. You can set the type here
No description

Did you find this page helpful?