Unintended sharing of Users table between Environments -- how to fix?

Seems like a straightforward and elegant solution. Thanks! I’m trying this out now.

Edit: It seems to be working as expected. Thank you so much!!!

For my understanding:
Although each source-code branch appears to have its own anvil.yaml file, I’m guessing that this particular setting is common across all of them. At least, that’s what happened when I used a numeric table identifier. Change it in one, and the others changed to match.

If so, then if one branch uses a table named “members”, then all branches (of the same app) must use the same name.

Is that correct?