first com2

This commit is contained in:
2026-04-08 17:10:36 +07:00
parent 8a597f880f
commit fc45816eba
34 changed files with 1310 additions and 29 deletions

View File

@@ -10,5 +10,4 @@ class User(Base):
id: Mapped[int] = mapped_column(
BIGINT, nullable=False, unique=True, primary_key=True
)
support_thread_id: Mapped[int] = mapped_column(BIGINT, nullable=True, unique=True)
referal_id: Mapped[int] = mapped_column(BIGINT, nullable=True)