Skip to content

Support GENERATED BY DEFAULT AS IDENTITY clause in Postgres #2518

@1ilit

Description

@1ilit

Database Engine
PostgreSQL

To Reproduce
-the SQL that be parsed

CREATE TABLE "t_logs" (
  "log_id" INTEGER NOT NULL UNIQUE GENERATED BY DEFAULT AS IDENTITY
);

-the node-sql-parser version
v5.3.10
-the node version
v22.9.0

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions