**Note:**`with_lock_retries` method **cannot** be used with `disable_ddl_transaction!`.
**Note:**`with_lock_retries` method **cannot** be used within the `change` method, you must manually define the `up` and `down` methods to make the migration reversible.