I'm trying to do a migration with knex.js in a dirty MySQL database. So there is one column in which there is JSON with three different types of data. I already made a migration in which I created the three different columns for these different types of data.I'm trying to do a migration with knex.js in a