Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve column properties on add CHECK constraint operation #236

Merged
merged 6 commits into from
Jan 16, 2024

Conversation

andrew-farries
Copy link
Collaborator

Preserve properties of columns when duplicating them for backfilling to add aCHECK constraint. Currently, the column properties that are preserved are:

  • DEFAULTs
  • foreign key constraints

but this list will grow as more work is done on #227.

Base automatically changed from defaults-are-preserved-on-set-not-null to main January 16, 2024 12:11
@andrew-farries andrew-farries merged commit ddb91d1 into main Jan 16, 2024
24 checks passed
@andrew-farries andrew-farries deleted the defaults-preserved-on-add-check-constraint branch January 16, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants