dodal card_type v shemo

master
janko 2023-04-08 23:40:52 +02:00
parent a5dfc7130d
commit 1d30287d27
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class Card(Base):
item_location = Column(String(1024))
last_review = Column(Text)
share_id = Column(Text) #explain: 0 means not shared, otherwise increment from db and generate new cards for all relevant(tbd) users
card_type = Column(String(1024))
class Deck(Base):
__tablename__ = 'deck'