jtushman / state_machine

Python State Machine for humans
MIT License
400 stars 31 forks source link

FIX required length for String in MySQL #24

Closed hector closed 3 years ago

hector commented 8 years ago

SQLAlchemy requires a default length on String Columns if using MySQL.

This solves the error below that I was getting:

sqlalchemy.exc.CompileError: (in table 'export', column 'aasm_state'): VARCHAR requires a length on dialect mysql
hector commented 3 years ago

I am closing since it's been years :P