-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve column properties on add
FOREIGN KEY
constraint operation (#…
…238) Preserve properties of columns when duplicating them for backfilling to add a `FOREIGN KEY` constraint. Currently, the column properties that are preserved are: * `DEFAULT`s * foreign key constraints but this list will grow as more work is done on #227.
- Loading branch information
1 parent
7b7caa0
commit 4928cf1
Showing
2 changed files
with
320 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.