The following operation is not supported natively by pgroll. ```sql ALTER TABLE public."Pet" ALTER COLUMN id DROP DEFAULT; ``` Current workaround is to use SQL the [escape hatch](https://github.com/xataio/pgroll/blob/main/examples/05_sql.json).