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 do not understand now how to package works (yet), but I belive that it is necessary check that table have a relationship (ForeignKey) and put in refereced table a line like:
children = relationship("Child")
I belive that necessary create a parameter to use or not this option to put back_populates.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The packages is beautiful and makes greate work with make a SQL to a model.
I repair unfortunately that Omymodels do not make back_populates in SQLAlchemy ORM when a create a model have a One To Many. Reference (https://docs.sqlalchemy.org/en/14/orm/basic_relationships.html)
Describe the solution you'd like
I do not understand now how to package works (yet), but I belive that it is necessary check that table have a relationship (ForeignKey) and put in refereced table a line like:
children = relationship("Child")
I belive that necessary create a parameter to use or not this option to put back_populates.
The text was updated successfully, but these errors were encountered: