tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
823 stars 93 forks source link

If model's pk is a CharField,would got an error:'CharField' object has no attribute 'db_constraint' #115

Open Chise1 opened 3 years ago

Chise1 commented 3 years ago

The db can be init,but if I try to migrate ,I would got an error:

AttributeError: 'CharField' object has no attribute 'db_constraint'