Hi there everyone! I am building a Nuxt app that uses NuxtHub to deploy, and also uses it's database. I have read the docs on database migrations, but still have a few questions. For example, if I have a migration that creates a table, and another that modifies a column in a table, will the second one fail because the table does not exist, or will they run in order? If someone could point me to a guide or doc about migrations in NuxtHub that would be great!