I have not personally used “migrations” feature, but reading the docs, the first line says that it can be used for table structure i.e. schema. Maybe worth a try?
Database migrations exist to run one-time queries against the database, typically to modify the tables structure or the data when upgrading the Strapi application.