Fix for alembic autogenaration of migration `UUID` columns
Pre-release
Pre-release
- Fix for alembic autogenaration of migration
UUIDcolumns. It should just produce sqlalchemyCHAR(32)orCHAR(36) - In order for this to work you have to set user_module_prefix='sa.' (must be equal to sqlalchemy_module_prefix option (default 'sa.'))