first com2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user