Instead of just updating the filename column, I updated the default to utf8_mb4 (the "real" utf8 encoding in MariaDB). That way if we create a future column, it will default to utf8.
I think added explicit annotations to keep the other columns the same, to avoid any weird effects.