1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Add comment

This commit is contained in:
Steffo 2019-04-02 12:41:13 +02:00
parent a0912a4db2
commit e00e9de3ca

View file

@ -17,6 +17,7 @@ class Telegram:
tg_last_name = Column(String)
tg_username = Column(String)
tg_avatar = Column(LargeBinary)
# TODO: Add an index? https://www.citusdata.com/blog/2016/10/12/count-performance/
royal = relationship("Royal", backref="telegram")