chore(models): Add all models #3
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "Crear_Modelo"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
auuuuu
@ -0,0 +15,4 @@
# items = relationship("Item", back_populates="owner")
class Usuario(Base):
__tablename__ = "usuarios"
malo
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.