feat: product barcode images
This commit is contained in:
@ -33,4 +33,4 @@ class ProductBarcodeImage(BaseModel):
|
||||
)
|
||||
product: Mapped["Product"] = relationship(back_populates="barcode_image")
|
||||
|
||||
filename: Mapped[str] = mapped_column()
|
||||
image_url: Mapped[str] = mapped_column()
|
||||
|
||||
Reference in New Issue
Block a user