mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add comment
This commit is contained in:
parent
a0912a4db2
commit
e00e9de3ca
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue