I have been setting up tests for my project to validate that backed enum types in my project are compatible with the enums generated for my database schemas, and in doing so I discovered inconsistent ...
My issues looks a bit like #1896, but is slightly different. That issue is about foreign keys in the original table, which now gets copied over to the new table. However, it might happen that foreign ...