Open
Description
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()