dodal card_type v shemo
parent
a5dfc7130d
commit
1d30287d27
|
@ -26,6 +26,7 @@ class Card(Base):
|
||||||
item_location = Column(String(1024))
|
item_location = Column(String(1024))
|
||||||
last_review = Column(Text)
|
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
|
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):
|
class Deck(Base):
|
||||||
__tablename__ = 'deck'
|
__tablename__ = 'deck'
|
||||||
|
|
Loading…
Reference in New Issue