The models should have their app names (or crate names, if not explicitly set) appended to them, so for instance model User defined in the crate todolist should have the table name todolist__user. This is useful for making sure that the model names do not clash with each other.
The models should have their app names (or crate names, if not explicitly set) appended to them, so for instance model
Userdefined in the cratetodolistshould have the table nametodolist__user. This is useful for making sure that the model names do not clash with each other.