You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: