W 5.4.3.
Win 10
NodeJS
Own Local Hosting
External PostgreSQL
Steps:
- I have created two tables: “user” and “city”
- 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
- 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