I found that any field with primary_key=True leads to a field name with
_id appended. So your field will look like user_id_id in the database.

Try dropping the '_id' suffix perhaps?

Reply via email to