We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784ce04 commit a73993cCopy full SHA for a73993c
1 file changed
models.py
@@ -94,7 +94,7 @@ class GrupoOtros(Listable):
94
95
class Noticia(Base):
96
__tablename__ = 'noticias'
97
- id = Column(Integer, primary_key=T)
+ id = Column(Integer, primary_key=True)
98
text = Column(Text, nullable=False)
99
date = Column(Date, nullable=False, default=datetime.date.today)
100
validado = Column(Boolean, default=True)
0 commit comments