When using the option "quote identifiers", I had errors ("column doesn't exist") when importing foreign keys constraints from sqlite to PG. This should fix the issue
I can also confirm this works as expected. I was running into the mentioned error when using "with quote identifiers" on a sqlite database, and this change fixed that error with constraints migrating as expected.
When using the option "quote identifiers", I had errors ("column doesn't exist") when importing foreign keys constraints from sqlite to PG. This should fix the issue