Types aren't being inferred properly
I have the following schema.
I'm trying to update the
deleted_at
column but when I do, Typescript is erroring.
My question is why deletedAt
isn't being inferred and how I can fix this1 Reply
Ended up fixing the issue. Strict mode was set to false