coolest edit's

This commit is contained in:
2023-10-31 23:34:08 +07:00
parent c5f744fe46
commit aed9ef0664
12 changed files with 55 additions and 38 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ class UsersTokens(Base):
id = Column("id", BigInteger, Identity(start=1, increment=1, minvalue=1, cycle=False, cache=1), nullable=False,
primary_key=True)
vkid = Column("vkid", BigInteger, nullable=False)
vkid = Column("vkid", BigInteger, nullable=False, unique=True)
token = Column("token", Text, nullable=False)