Question about migration on first startup

System Information
  • Strapi Version: 5.0.6
  • Operating System: docker on mac
  • Database: Mysql
  • Node Version: 20.18

When I shared the source code of the strapi project with another developer, that developer got an error on migration at the first startup of strapi.

I had written a process to change the column name of table A in database/migrations/xxxxx.js, but if table A does not exist, an error occurs.

Does strapi’s migration not take into account the first time startup?

I made sample project.

Please start up docker and see if you get an error

I created a feature in bootstrap that works equivalent to migration.

bye