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

How to skip certain tables when I migrate database tables #299

Open lixiaolong19890207 opened 1 year ago

lixiaolong19890207 commented 1 year ago

in django orm, i can set Manage = False to skip migrate he table If Manage = false, no database table creation, modification, or deletion operations will be performed on the model.

but in tortoise, i don't know how to skip it? Does anyone know? Thank you