Deeklming
Results
2
issues of
Deeklming
**Describe the bug** Failed to set schema for models.Model in postgresql. **To Reproduce** ```python from tortoise import fields, models class Tt(models.Model): id = fields.IntField(primary_key=True) username = fields.CharField(max_length=20, unique=True) class Meta:...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 # Please check everything ##...
bug