Add subcription feature
This commit is contained in:
@@ -33,6 +33,10 @@ class User(Base):
|
||||
timezone = Column(String(50), default="Europe/Madrid")
|
||||
role = Column(String(20), nullable=False)
|
||||
|
||||
# Payment integration fields
|
||||
payment_customer_id = Column(String(255), nullable=True, index=True)
|
||||
default_payment_method_id = Column(String(255), nullable=True)
|
||||
|
||||
# REMOVED: All tenant relationships - these are handled by tenant service
|
||||
# No tenant_memberships, tenants relationships
|
||||
|
||||
|
||||
Reference in New Issue
Block a user