Skip to content

Not supported for Postgresql: ALTER COLUMN y DROP NOT NULL  #4714

@tjerkw

Description

@tjerkw

SQLDelight Version

2.0.0

SQLDelight Dialect

postgresql

Describe the Bug

Drop not null is not supported. Only way to mitigate this is to drop the column and recreate it again.

ALTER TABLE X ALTER COLUMN Y DROP NOT NULL

Stacktrace

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions