pandas-to-postgres
pandas-to-postgres copied to clipboard
Foreign Keys not being recreated
We DROP CASCADE PKs, so later tables that had their FKs dropped in the cascade don't have self.fks instantiated (specifically if created with defer_sql_obs=True) because they have already been dropped.