anotar keyword

This commit is contained in:
2025-02-09 07:51:11 +01:00
parent bf98c64630
commit f1632aa899
3 changed files with 6 additions and 2 deletions

View File

@ -14,3 +14,4 @@ class NewsItem(Base):
link = Column(String(500), unique=True, nullable=False)
critico = Column(Boolean, default=False)
favorable = Column(Boolean, default=False)
keyword = Column(String(255), unique=False, nullable=True)