"""所有 ORM model 必须在这里 import 一次,Alembic / metadata 才能扫到。""" from app.models.user import User # noqa: F401