This commit is contained in:
zman 2025-02-07 21:55:30 -05:00
parent d0c2960ec9
commit 06f539aea2

View File

@ -150,7 +150,7 @@ class CardTCGPlayer(Base):
__tablename__ = "tcgplayer_cards" __tablename__ = "tcgplayer_cards"
product_id = Column(String, ForeignKey("cards.product_id"), primary_key=True) product_id = Column(String, ForeignKey("cards.product_id"), primary_key=True)
group_id = Column(Integer, ForeignKey("tcgplayer_groups.group_id")) group_id = Column(Integer)
tcgplayer_id = Column(Integer) tcgplayer_id = Column(Integer)
product_line = Column(String) product_line = Column(String)
set_name = Column(String) set_name = Column(String)