I have two tables
class User(models.Model): id = fields.BigIntField(pk=True) name = CharField(max_length=100)