Reference field in multi reference table doesn't change automatically after table rename

W 5.4.3.
Win 10
NodeJS
Own Local Hosting
External PostgreSQL

Steps:

  1. I have created two tables: “user” and “city”
  2. In the “city” table I created a multi reference to “user”. Basically, it means, it was created table “city_user” with fields city_id and user_id
  3. I renamed “city” table to “country”

Expected:
Field “city_id” in the multi reference table also would be renamed to “country_id” automatically.

What happens:
“city_id” stays