in windows 10:
When file(db.sqlite3) is mounted into the container, its owner and group are root.I tried to modify the owner and group with root privileges,And grant 'rwx' permissions. then execute the migrate command, but it prompted
'django.db.utils.OperationalError: unable to open database file'
I tried a more violent method, directly using root to execute the migrate command, but the same error occurred.
Currently, I don't have any new methods and hope to receive help.