x
This commit is contained in:
@@ -85,7 +85,7 @@ class DatabaseManager:
|
||||
|
||||
async def create_tables(self):
|
||||
"""创建数据库表"""
|
||||
from models.database import Base
|
||||
from shared.models.database import Base
|
||||
|
||||
try:
|
||||
async with self.engine.begin() as conn:
|
||||
|
||||
Reference in New Issue
Block a user