Nullable field cannot be inserted or updated
Hi! I've already broken my head, I've asked several ai chats why this might be an error, but they don't know why the error occurs
The problem is that I can't create/update the channels record's userId fields when the userId isn't set to .notNull()
When I bet .notNull() everything works for me, but I need the user Id to be an optional field
Thank you in advance for any hints :silly:
The problem is that I can't create/update the channels record's userId fields when the userId isn't set to .notNull()
When I bet .notNull() everything works for me, but I need the user Id to be an optional field
Thank you in advance for any hints :silly:

