Run the following command from this folder:
sqlx migrate add <migration-name>
Run the following command from this folder:
sqlx migrate run
Run the following command from this folder:
sqlx migrate reset
Run the following command from this folder:
cargo sqlx prepare