pandas-to-postgres icon indicating copy to clipboard operation
pandas-to-postgres copied to clipboard

Foreign Keys not being recreated

Open bleonard33 opened this issue 7 years ago • 0 comments

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.

bleonard33 avatar Jul 18 '18 18:07 bleonard33