I have a schema that is using "generated column" in Postgres. I want to have those columns scanned so I'm defining them with "scanonly" tag. AutoMigrator does not see them, and consider the table schema should be modified by removing the scanonly fields.
AutoMigrator should consider scanonly fields for the diff and do not drop them.