This commit is contained in:
Aevann1 2021-10-07 00:38:15 +02:00
parent d8458b4742
commit 1e8b636da0
10 changed files with 69 additions and 69 deletions

View file

@ -5,5 +5,5 @@ class BannedDomain(Base):
__tablename__ = "banneddomains"
id = Column(Integer, primary_key=True)
domain = Column(String(50))
reason = Column(String(100))
domain = Column(String)
reason = Column(String)