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
Basically I have found that there are two different checks for table existance. The one contained inside Model.exists() which is incomplete, and the one included inside Model.create_table(), which is more correct.
I would recommend moving Model.create_table()'s implementation to Model.exists()