Skip to content

Support IDENTITY instead of serial columns #233

Open
@zachdaniel

Description

@zachdaniel

Instead of the bigserial type, we should use GENERATED BY DEFAULT AS IDENTITY. For more information, see here: https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_serial

We can put this behind an opt-in configuration until the next major release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions