I want to produce a VARCHAR column in MySQL, not TEXT. Short of AsCustom, is there a way to teach FluentMigrator that the convention should be VARCHAR(n) and not TEXT?
File "C:\Sites\nuiloa\nuiloa-python-api\env\lib\site-packages\sqlalchemy\dialects\mysql\base.py", line 2019, in visit_VARCHAR "VARCHAR requires a length on dialect %s ...