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

Postgres primary key with generated expression #13

Closed
billy1624 opened this issue Aug 16, 2021 · 0 comments · Fixed by #14
Closed

Postgres primary key with generated expression #13

billy1624 opened this issue Aug 16, 2021 · 0 comments · Fixed by #14
Assignees

Comments

@billy1624
Copy link
Member

This id column should be auto incremented but sea-schema fail to capture it.

create table tag
(
    id bigint generated by default as identity
        constraint tag_pkey
            primary key
);
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 a pull request may close this issue.

1 participant