Skip to content

Use Column.isNullable when generating the CREATE TABLE SQL #29

Description

@dmdashenkov

The most table columns in the constructed tables are NULLABLE (by default). Though, it's possible to enforce the NOT NULL constraint (see TalbeColumn.isNullable()).

It would be good to use Column.isNullable() to set this constraint.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions