28b6774 a4ef141 28b6774
1
2
3
4
5
6
from app.backend.models.db_service import automigrate, check_tables if __name__ == '__main__': automigrate() print(check_tables())