TypeError unless column is notNull
gave the following error.
Object literal may only specify known properties, and <column> does not exist in type:
schema.ts:
Once I add the
Thanks.
Object literal may only specify known properties, and <column> does not exist in type:
schema.ts:
Once I add the
.notNull() the error is gone, am I doning something wrong?Thanks.