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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

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