I want to move from postgres to mysql so our team can use planetscale. Since scalar lists arent supported in mysql, whats the best way of handling moving a postgres db with scalar lists to mysql?
n
Nurul
03/18/2022, 1:07 PM
Hey Damian 👋
As MySQL doesn’t support scalar lists people usually prefer to store arrays in JSON as described in this blog post