Open pamelafox opened 8 months ago
This PR adds a table name and an id column to the Item class in the SQLAlchemy model. Otherwise SQLAlchemy throws errors.
id
Item
This PR adds a table name and an
id
column to theItem
class in the SQLAlchemy model. Otherwise SQLAlchemy throws errors.