Atualizar app/models.py

This commit is contained in:
2026-08-19 22:33:12 -03:00
parent 2021f02a6e
commit 5f42f723dc
+1
View File
@@ -60,6 +60,7 @@ class User(Base):
# Billing
plan_id = Column(String, ForeignKey("plans.id"), default="free")
company_id = Column(String)
# priority layer
priority = Column(String, default="user")