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 am using this library for category table in my fastapi application. When I try to create a category, I get null value in column "lft" violates not-null constraint error. Here is the code setup
I am using this library for category table in my fastapi application. When I try to create a category, I get null value in column "lft" violates not-null constraint error. Here is the code setup
print("parent_id", data, parent_id) gives
this is what printed by print('query', query) statement
It could not reach up to the line print("category_id", category_id)
The text was updated successfully, but these errors were encountered: