Retool Database Schema Migration detects unnecessary changes for auto incrementing integers

Hey there,

I created a Retool Database Table in the production environment, successfully migrated to staging environment. The table schemas are identical.

Now when I test migrating schema back from staging -> production, I get unnecessary changes detected:

When I try to do the unnecessary migration, I get this error:

Effectively, this blocks me from further changing the table and keeping the schemas in sync.

Sync schema changes across environments