Suppose we have a Mode Table with common fields (id, name, date_creation)
Table
class Table(models.Model): id = models.AutoField(primary_key=True,