tortoise / aerich

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

add char support for mysql #306

Closed plusiv closed 11 months ago

plusiv commented 1 year ago

Support added for Char datatype for MySQL. This datatype was mapped to the classmethod self.char_field, which is the same as varchar type.

plusiv commented 11 months ago

@long2ice please help here!!

long2ice commented 11 months ago

Thanks!