Changing Column Name in Source Table Without Breaking Questions

I want to change a column name in a source table without breaking the questions that depend on it. I was considering the following approach:

  1. Stop the DB sync in Metabase Admin Settings

  2. Change the column name in my database.

  3. Update the column name in the metabase_field table.

  4. Restart the DB sync.

Will this approach work without causing issues in Metabase? Are there any potential pitfalls or additional steps I should be aware of?

Thanks in advance for your help!

Anyone knows how to Change Column Name in Source Table Without Breaking underlying Questions in Metabase ?