Accidentally deleted tables
已完成
Hi
I am new to Django, and I accidentally deleted tables in MySql by commenting out at "models.py" and ran makemigrations and migrate.
Now, on my MySql, those tables are disappeared.
What is proper way to recover tables?
Thanks in advance.
请先登录再写评论。
Found the answer here:
http://stackoverflow.com/questions/26713231/django-1-7-migrations-wont-recreate-a-dropped-table-why