hey all.
i have models like this :
class basemodel(polymorphism):
...
class teachers(basemodel):
...
class courses(basemodel):
...
now i want to remove teachers from polymorphism basemodel and transfer records from basemodel to teachers table. any document to do that ?