fgd
This commit is contained in:
parent
19d1620fd6
commit
579aa7eef3
5 changed files with 13 additions and 12 deletions
|
@ -9,7 +9,7 @@ from files.helpers.const import *
|
|||
|
||||
class ModAction(Base):
|
||||
__tablename__ = "modactions"
|
||||
id = Column(BigInteger, primary_key=True)
|
||||
id = Column(Integer, primary_key=True)
|
||||
|
||||
user_id = Column(Integer, ForeignKey("users.id"))
|
||||
kind = Column(String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue