You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2019. It is now read-only.
I didn't actually test it, but looking at source code, it seems like arnold would suffer from the same issue, because table is created using model.create_table() and migration column is specified with max_length=255?
See: https://bitbucket.org/ollyc/yoyo/issues/14/mysql-with-innodb-utf8mb4-causes-problems
I didn't actually test it, but looking at source code, it seems like arnold would suffer from the same issue, because table is created using
model.create_table()andmigrationcolumn is specified withmax_length=255?