This commit is contained in:
xyj 2023-12-08 14:26:42 +08:00
parent 8650a7b36e
commit 71e851fa69
18 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -1,2 +1,3 @@
from db.base import Base, engine from db.base import Base, engine
Base.metadata.create_all(bind=engine) Base.metadata.create_all(bind=engine)