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

Refactor CreateTable in Postgres dialectquery #694

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Refactor CreateTable in Postgres dialectquery #694

merged 3 commits into from
Aug 27, 2024

Conversation

mfridman
Copy link
Collaborator

@mfridman mfridman commented Feb 3, 2024

This PR does two things:

  1. Fix Update postgres table to use identity instead of serial #556, use identify column instead of serial for id
  2. Add NOT NULL constraint for tstamp. This should never be empty.

This will only affect new tables.

@mfridman mfridman merged commit 3d6ee77 into master Aug 27, 2024
4 checks passed
@mfridman mfridman deleted the gh556 branch August 27, 2024 22:50
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.

Update postgres table to use identity instead of serial
1 participant