tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
804 stars 90 forks source link

Improve type hints for ddl and inspectdb #342

Closed waketzheng closed 4 weeks ago

waketzheng commented 1 month ago
  1. Success to run mypy aerich/ddl/ aerich/inspectdb/
  2. Refactor aerich/ddl/__init__.py to share logic with add_column/modify_column and add_fk/drop_fk