Suppose I have this model:
class Thing(Base): id = Column(Integer, primary_key=True) owner_user_id = Column(Int