You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a virtual join table, using a postgres view via scenic. I've set up a model that uses that view, setting relationships that belongs_to another object. When I do that, missing_non_null_constraint tells me the IDs should have a NOT NULL constraint in the DB, but of course that's invalid.
The text was updated successfully, but these errors were encountered:
I've created a virtual join table, using a postgres view via scenic. I've set up a model that uses that view, setting relationships that belongs_to another object. When I do that,
missing_non_null_constraint
tells me the IDs should have a NOT NULL constraint in the DB, but of course that's invalid.The text was updated successfully, but these errors were encountered: