add json field to store any additional blob of data that may be missing; also populate db when dumping listings
This commit is contained in:
parent
8b2025e700
commit
b7a2ea75aa
5 changed files with 22 additions and 37 deletions
|
|
@ -6,6 +6,7 @@ from sqlalchemy import pool
|
|||
from alembic import context
|
||||
from models import Listing # Import all models here
|
||||
from database import engine
|
||||
import sqlmodel
|
||||
from sqlmodel import SQLModel
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue