Isaque Alves
Isaque Alves
> > What about this https://github.com/tortoise/aerich#use-aerich-in-application? > > Should I keep this as `test`? Or just blank -> `update`? > > ```python > await command.migrate("test") > ``` @caniko `Migrate.migrate` just...
Hi, @AntsyLich Use of `Model.create(**data)` or `Model(**data)` will cause Tortoise to call the `Field.to_python_value` ensuring each field model receives its value having the expected types. Case you want to allow...
@xFGhoul what DBMS you are using? can you show us a piece of your tortoise configurations?